From 5eff63db463a34ab53a292f07d2c0a6acf35d3be Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期一, 12 五月 2025 10:11:11 +0800 Subject: [PATCH] 提交自测钣金订单管理页面弹窗高度样式 --- src/views/mainPlan/sheetMetalOrderManage/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/mainPlan/sheetMetalOrderManage/index.vue b/src/views/mainPlan/sheetMetalOrderManage/index.vue index fad4dfc..39583be 100644 --- a/src/views/mainPlan/sheetMetalOrderManage/index.vue +++ b/src/views/mainPlan/sheetMetalOrderManage/index.vue @@ -187,7 +187,7 @@ :title="$t('plan.btns.batchUpdateOrderDate')" v-model="openBatchDialog" width="900px" - style="height: 400px; overflow: hidden" + style="min-height: 400px; overflow: hidden" append-to-body > <div class="mode_box"> @@ -223,7 +223,7 @@ :columns="subUpdateGridOptions" :data="subUpdateList" :loading="loading" - :height="'200px'" + :height="'210px'" > </HxlhTable> <HxlhTable @@ -232,7 +232,7 @@ :columns="subUpdateCustomGridOptions" :data="subUpdateList" :loading="loading" - :height="'200px'" + :height="'210px'" > </HxlhTable> <template #footer> -- Gitblit v1.9.3