Merge pull request #10664 from dataease/pr@dev-v2@fix_copy

Pr@dev v2@fix copy
This commit is contained in:
王嘉豪 2024-07-01 17:46:01 +08:00 committed by GitHub
commit 1f8eea240a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {