From ca3497f9f0f6ceae5cb32779fe41084e649a8eec Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 10 四月 2024 11:37:21 +0800
Subject: [PATCH] 产品登记
---
src/views/productManage/silkRegisterForm/addPage.vue | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/views/productManage/silkRegisterForm/addPage.vue b/src/views/productManage/silkRegisterForm/addPage.vue
index b545291..e1226e7 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>
@@ -461,7 +462,7 @@
],
// 缁勫埆 搴旇true
workshopGroup: [
- { required: false, message: "璇烽�夋嫨", trigger: ["change", "blur"] },
+ { required: true, message: "璇烽�夋嫨", trigger: ["change", "blur"] },
],
circleTwo: [
{ required: true, message: "璇峰~鍐�", trigger: ["change", "blur"] },
@@ -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