From b40153944a31a8f025c403e50927a23e5f5ab650 Mon Sep 17 00:00:00 2001 From: chenxt <10125295+chen-xintao97@user.noreply.gitee.com> Date: Tue, 3 Feb 2026 14:21:08 +0800 Subject: [PATCH] 弹窗表格高度 --- src/mes/common/commonModelComponent/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mes/common/commonModelComponent/index.js b/src/mes/common/commonModelComponent/index.js index 51a6bc9..d90cdfc 100644 --- a/src/mes/common/commonModelComponent/index.js +++ b/src/mes/common/commonModelComponent/index.js @@ -1864,7 +1864,7 @@ const CommonModelComponent = props => { <> {/* 第一个单独一行 */} {first && ( -
+
{renderConfig(first, 0)}
)} @@ -1877,6 +1877,7 @@ const CommonModelComponent = props => { gap: '8px', marginBottom: '8px', width: '100%', + minHeight:' 79%', }} > {secondAndThird.map((config, idx) => { -- libgit2 0.22.2