From 8db006727add387cef54394599086596ebfcbe16 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 09 四月 2024 16:49:33 +0800 Subject: [PATCH] 修改公共编辑表格的样式+纤度检验编辑模块修改列表样式 --- src/views/productManage/silkRegisterForm/addPage.vue | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/productManage/silkRegisterForm/addPage.vue b/src/views/productManage/silkRegisterForm/addPage.vue index b545291..ba68d9e 100644 --- a/src/views/productManage/silkRegisterForm/addPage.vue +++ b/src/views/productManage/silkRegisterForm/addPage.vue @@ -239,12 +239,13 @@ {{ form.finishDate }} </el-form-item> </div> - <div class="list-view"> + <div class="list-view-two"> <el-table ref="multipleTable" :data="tableTwoList.tableInfomation" tooltip-effect="dark" style="width: 100%" + :height="'calc(100% - 0px)'" > <el-table-column label="杞﹀彿" prop="ID" width="100"> </el-table-column> @@ -903,7 +904,11 @@ height: 45px; } } - +::v-deep .el-table .el-table__cell { + padding: 6px 0 !important; + height: 35px; + text-align: center; +} .custom-manage { height: 100%; overflow: hidden; @@ -1036,8 +1041,8 @@ } } - .list-view { - max-height: calc(100% - 90px - 10px); + .list-view-two { + height: calc(100% - 120px); overflow: hidden; } -- Gitblit v1.8.0