测点:设备选择树添加滚动

This commit is contained in:
高云鹏 2024-10-25 10:57:46 +08:00
parent f13ade2c36
commit c371c4c5c2

View File

@ -551,4 +551,12 @@ onBeforeUnmount(() => {
}
}
}
.treeMain{
height: 600px;
.el-tree{
height: 100%;
overflow-y: auto;
}
}
</style>