From f8a15eadd99227d745fc70a751d24a80eeb219a6 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 25 六月 2025 09:20:28 +0800 Subject: [PATCH] 1.巡样式修改 --- src/views/production/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/production/index.vue b/src/views/production/index.vue index 8108dd7..498bc21 100644 --- a/src/views/production/index.vue +++ b/src/views/production/index.vue @@ -1,5 +1,5 @@ <template> - <div class="production-container"> + <div class="app-container"> <!-- 鎼滅储琛ㄥ崟 --> <el-form :inline="true" :model="queryParams" class="search-form"> <el-form-item label="鎼滅储"> @@ -37,7 +37,7 @@ @edit="row => openDialog('edit', row)" :show-selection="true" :border="true" - :maxHeight="480" + style="width: 100%;height: calc(100vh - 26em)" > <template #coal="{ row }"> <div class="coal-tags"> -- Gitblit v1.9.3