瀏覽代碼

固定了表的高度。

DongZ 1 年之前
父節點
當前提交
4c66891684
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"