mirror of
https://github.com/potato47/ccc-devtools.git
synced 2025-10-13 18:45:53 +00:00
修改样式
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div style="width: 100%;height: 30px;background-color: #26282f;display: flex;align-items: center;justify-content: center;color: white;" class="modal-drag">
|
||||
节点树
|
||||
</div>
|
||||
<div style="width: 100%;overflow: auto;" :style="{ height: treeViewHeight }">
|
||||
<div style="width: 100%;overflow: auto;" :style="{ height: treeViewHeight + 10 }">
|
||||
<el-tree-v2 ref="treeView" :props="defaultProps" empty-text="正在加载场景" :highlight-current="true"
|
||||
:expand-on-click-node="false" :default-expanded-keys="expandedKeys" @current-change="handleCurrentNodeChange"
|
||||
@node-expand="handleNodeExpand" @node-collapse="handleNodeCollapse" :height="treeViewHeight">
|
||||
|
Reference in New Issue
Block a user