From 11b40f1d47747541d8c8b036769647492b908e8d Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期一, 30 十二月 2024 10:05:49 +0800 Subject: [PATCH] 调整UI配置 --- Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue index 3586e44..fcf06d1 100644 --- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue +++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/index.vue @@ -214,10 +214,11 @@ highlightCurrentRow: true, rowKey: 'id', rowParentKey: 'pid', - menuWidth: 360, + menuWidth: 300, span: 24, labelWidth: 100, dialogWidth: '800', + align:'left', column: [{ label: '鍒嗙被鍚嶇О', prop: 'name', -- Gitblit v1.9.3