Browse Source

故障诊断布局BUG修复

Koishi 3 years ago
parent
commit
c3df5e7eb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/malfunctionDiagnose/index.vue

+ 1 - 1
src/views/malfunctionDiagnose/index.vue

@@ -97,7 +97,7 @@
     >
       <el-table
         :data="treeData"
-        style="width: 100%; height: 600px"
+        style="width: 100%; height: 600px; overflow-y: scroll"
         row-key="id"
         border
         default-expand-all