Ver código fonte

更改tab高度

Limengbo 6 anos atrás
pai
commit
88db29e9c9
2 arquivos alterados com 2 adições e 1 exclusões
  1. 1 1
      src/pages/manage/cost.vue
  2. 1 0
      src/pages/manage/index.vue

+ 1 - 1
src/pages/manage/cost.vue

@@ -5,7 +5,7 @@
       <el-button type="primary" @click="append('COST')">增加成本</el-button>
     </div>
     <el-card class="right-card">
-      <el-table :data="manageData" :row-class-name="isDel" align="right" border empty-text="无">
+      <el-table :data="manageData" :row-class-name="isDel" align="right" border empty-text="无" max-height="750">
         <el-table-column
           width="120px"
           label="发生日期"

+ 1 - 0
src/pages/manage/index.vue

@@ -10,6 +10,7 @@
         :row-class-name="isDel"
         border
         style="width: 100%"
+        max-height="750"
       >
         <el-table-column
           width="120px"