From 4659436c07061aea9a336c83ccb106e677d9585c Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 25 六月 2025 09:58:17 +0800 Subject: [PATCH] 1.销售出库-表单修改 --- src/views/procureMent/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/procureMent/index.vue b/src/views/procureMent/index.vue index 793267a..2949e2b 100644 --- a/src/views/procureMent/index.vue +++ b/src/views/procureMent/index.vue @@ -35,7 +35,7 @@ @delete="handleDeleteSuccess" :show-selection="true" :border="true" - :maxHeight="440" + style="width: 100%;height: calc(100vh - 26em)" /> <pagination v-if="total > 0" -- Gitblit v1.9.3