Browse Source

故障诊断布局BUG修复

Koishi 3 năm trước cách đây
mục cha
commit
c3df5e7eb8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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