style(数据大屏): 调整数据大屏复用列表样式

This commit is contained in:
wangjiahao 2024-07-01 15:16:24 +08:00
parent 9e0c53ef03
commit dfda9a5f6a

View File

@ -136,7 +136,7 @@ onBeforeMount(() => {
</span>
</el-row>
<el-tree
class="custom-tree"
class="custom-tree-multiplex"
menu
ref="multiplexInfoTree"
:empty-text="'暂无可用组件'"
@ -498,8 +498,8 @@ span {
align-items: center;
}
.custom-tree {
height: 100%;
.custom-tree-multiplex {
height: calc(100% - 40px);
overflow-y: auto;
}
.m-del-icon-btn {