Browse Source

计量树结构

Signed-off-by: hsshuxian <3049816743@qq.com>
hsshuxian 4 months ago
parent
commit
373334930e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ems-ui-cloud/src/views/basecfg/meterdevc/index.vue

+ 1 - 1
ems-ui-cloud/src/views/basecfg/meterdevc/index.vue

@@ -9,7 +9,7 @@
         </div>
         <div class="head-container">
           <el-tree :data="areaOptions" :props="defaultProps" :expand-on-click-node="false" :filter-node-method="filterNode" ref="tree"
-            node-key="id" default-expand-all highlight-current @node-click="handleNodeClick" />
+            node-key="id" default-expand-all highlight-current @node-click="handleNodeClick" style="height: calc(100vh - 50px); overflow-y: auto;" />
         </div>
       </el-col>