Parcourir la source

故障诊断布局BUG修复

Koishi il y a 3 ans
Parent
commit
c3df5e7eb8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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