Commit 64cf7c68a3915280b570854fb780043ef3baf253

Authored by Min
2 parents baf1e2f3 b4015394

Merge branch 'release/customer/2025/五彩' of http://git.xlyprint.cn/qiangmj/ebc-Me…

…s into release/customer/2025/五彩
src/mes/common/commonModelComponent/index.js
@@ -1864,7 +1864,7 @@ const CommonModelComponent = props => { @@ -1864,7 +1864,7 @@ const CommonModelComponent = props => {
1864 <> 1864 <>
1865 {/* 第一个单独一行 */} 1865 {/* 第一个单独一行 */}
1866 {first && ( 1866 {first && (
1867 - <div style={{ width: '100%', marginBottom: '8px' }}> 1867 + <div style={{ width: '100%', marginBottom: '8px', minHeight:' 20%', }}>
1868 {renderConfig(first, 0)} 1868 {renderConfig(first, 0)}
1869 </div> 1869 </div>
1870 )} 1870 )}
@@ -1877,6 +1877,7 @@ const CommonModelComponent = props =&gt; { @@ -1877,6 +1877,7 @@ const CommonModelComponent = props =&gt; {
1877 gap: '8px', 1877 gap: '8px',
1878 marginBottom: '8px', 1878 marginBottom: '8px',
1879 width: '100%', 1879 width: '100%',
  1880 + minHeight:' 79%',
1880 }} 1881 }}
1881 > 1882 >
1882 {secondAndThird.map((config, idx) => { 1883 {secondAndThird.map((config, idx) => {