Commit b40153944a31a8f025c403e50927a23e5f5ab650

Authored by chenxt
1 parent e58711ae

弹窗表格高度

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