From 2c9999d20ae7e98cb1ac31ff5b4594ce4c49a9d6 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期四, 12 十二月 2024 17:24:24 +0800 Subject: [PATCH] 调整 --- src/views/projectEngineering/abnormalProject/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/projectEngineering/abnormalProject/index.vue b/src/views/projectEngineering/abnormalProject/index.vue index 3e8245b..4118f26 100644 --- a/src/views/projectEngineering/abnormalProject/index.vue +++ b/src/views/projectEngineering/abnormalProject/index.vue @@ -182,7 +182,7 @@ v-loading="loading" :data="projectInfoList" @selection-change="handleSelectionChange" - height="60vh" + height="100%" sortable="custom" :show-overflow-tooltip="true"> <el-table-column type="selection" width="55" align="center"/> -- Gitblit v1.8.0