From c0a903d92e5685f3d23b761adf57eab9f614070c Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 09 十二月 2024 19:52:00 +0800
Subject: [PATCH] 钢化模块样式算法,大理片笼、中空样式调整
---
UI-Project/src/views/hollow/hollowequipment.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/UI-Project/src/views/hollow/hollowequipment.vue b/UI-Project/src/views/hollow/hollowequipment.vue
index 2e28062..020d947 100644
--- a/UI-Project/src/views/hollow/hollowequipment.vue
+++ b/UI-Project/src/views/hollow/hollowequipment.vue
@@ -42,7 +42,7 @@
</el-form>
</div>
<div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;">
- <el-table height="480" ref="table" :data="tableDataa"
+ <el-table height="650" ref="table" :data="tableDataa"
:header-cell-style="{ background: '#F2F3F5', color: '#1D2129' }">
<el-table-column prop="sequence" :label="$t('hellow.order')" align="center"/>
<el-table-column prop="thickness" :label="$t('hellow.thickness')" align="center"/>
@@ -70,7 +70,7 @@
<el-dialog v-model="dialogFormVisiblea" top="5vh" width="85%">
<el-table
ref="table"
- style="margin-top: 20px; height: 500px;"
+ style="margin-top: 20px; height: 700px;"
:data="tableDatab"
:header-cell-style="{ background: '#F2F3F5', color: '#1D2129' }"
row-key="projectNumber"
--
Gitblit v1.8.0