jingyuanchao 2 жил өмнө
parent
commit
4205e405f3

+ 1 - 1
src/views/core/drill/plan/index.vue

@@ -55,7 +55,7 @@
           <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
         </el-row>
 
-        <el-table max-height="550px" border :data="planList" @selection-change="handleSelectionChange" row-key="id"
+        <el-table height="500" max-height="550px" border :data="planList" @selection-change="handleSelectionChange" row-key="id"
                   :tree-props="{ children: 'children' }">
           <el-table-column label="序号" align="center" width="60" prop="no"/>
           <el-table-column label="计划名称" align="center" width="200" prop="planName"/>