From e70f05c79c91d5159524e6b6033206ad3fc8c02b Mon Sep 17 00:00:00 2001 From: lihang <lihang@vci-tech.com> Date: 星期四, 20 四月 2023 10:17:10 +0800 Subject: [PATCH] 元数据联调修正 --- Source/UBCS-WEB/src/const/code/mdmrule.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js index 908be39..b18b03c 100644 --- a/Source/UBCS-WEB/src/const/code/mdmrule.js +++ b/Source/UBCS-WEB/src/const/code/mdmrule.js @@ -1,5 +1,5 @@ export default { - height:'auto', + height:"200px", calcHeight: 30, tip: false, editBtn:false, -- Gitblit v1.9.3