mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 20:42:55 +08:00
Merge pull request #10664 from dataease/pr@dev-v2@fix_copy
Pr@dev v2@fix copy
This commit is contained in:
commit
1f8eea240a
@ -136,7 +136,7 @@ onBeforeMount(() => {
|
|||||||
</span>
|
</span>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-tree
|
<el-tree
|
||||||
class="custom-tree"
|
class="custom-tree-multiplex"
|
||||||
menu
|
menu
|
||||||
ref="multiplexInfoTree"
|
ref="multiplexInfoTree"
|
||||||
:empty-text="'暂无可用组件'"
|
:empty-text="'暂无可用组件'"
|
||||||
@ -498,8 +498,8 @@ span {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-tree {
|
.custom-tree-multiplex {
|
||||||
height: 100%;
|
height: calc(100% - 40px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.m-del-icon-btn {
|
.m-del-icon-btn {
|
||||||
|
Loading…
Reference in New Issue
Block a user