From 807df6dedd5078e0dd9f6515a8e1ea93e19a6f52 Mon Sep 17 00:00:00 2001 From: zhang_12370 <z2864490065@outlook.com> Date: 星期三, 25 六月 2025 15:21:51 +0800 Subject: [PATCH] 文档管理 树形菜单 新增修改优化 生产加工模块的 数据tags 显示 生产人的匹配 --- 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