style: column wrapper srollable style

This commit is contained in:
jialin
2025-12-13 19:47:48 +08:00
parent b327eedb45
commit 7a0ee6aac4
15 changed files with 81 additions and 133 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ import BackendForm from '../forms';
import ImportYAML from './import-yaml';
const ModalFooterStyle = {
padding: '16px 24px',
padding: '16px 24px 8px',
display: 'flex',
justifyContent: 'flex-end'
};
@@ -220,7 +220,7 @@ const AddModal: React.FC<AddModalProps> = (props) => {
maxHeight={'calc(100vh - 140px)'}
styles={{
container: {
paddingTop: 0
paddingBlock: 0
}
}}
footer={