Sfoglia il codice sorgente

固定了表的高度。

DongZ 1 anno fa
parent
commit
4c66891684
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/business/spd/bo/plan/index.vue

+ 1 - 1
src/views/business/spd/bo/plan/index.vue

@@ -169,7 +169,7 @@
         <el-table 
         :data="tableList" 
         fit
-        max-height="550"
+        height="560"
         style="font-size: 12px;"
         @selection-change="handleSelectionChange"
         :row-class-name="tableRowClassName"