From e5429b2cabdd39fa6de9193dd250788302f9be51 Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期四, 08 八月 2024 14:50:16 +0800 Subject: [PATCH] 修改 --- web/src/views/modules/taskReliability/PlanMake.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/views/modules/taskReliability/PlanMake.vue b/web/src/views/modules/taskReliability/PlanMake.vue index b1f6dba..6f8912f 100644 --- a/web/src/views/modules/taskReliability/PlanMake.vue +++ b/web/src/views/modules/taskReliability/PlanMake.vue @@ -1,6 +1,6 @@ <template> - <div> - <el-table ref="table" :data="tjDataList" height="230px"> + <div class="fa-card-b"> + <el-table ref="table" :data="tjDataList" height="230px" border> <el-table-column align="center" prop="tjlx" width="100" label="鏉′欢绫诲瀷"> </el-table-column> <el-table-column align="center" prop="specifiedValue" label="宸茬煡瑙勫畾鍊�"> @@ -43,7 +43,7 @@ </el-table-column> </el-table> - <el-table ref="tableObj" height="570px" :data="dataList"> + <el-table ref="tableObj" height="570px" :data="dataList" border v-adaptive="{bottomOffset:30}"> <el-table-column align="center" prop="acceptNumber" label="鏁呴殰鎺ュ彈鍊�"> </el-table-column> <el-table-column align="center" prop="totalTestTime" label="鎬昏瘯楠屾椂闂�(h)"> -- Gitblit v1.9.1