This commit is contained in:
dengqichen 2024-12-27 11:15:25 +08:00
parent 7c8976c657
commit ea634518ad

View File

@ -252,6 +252,14 @@ const DeploymentConfigModal: React.FC<DeploymentConfigModalProps> = ({
maskClosable={false}
confirmLoading={loading}
destroyOnClose
style={{ top: 50, paddingBottom: 0 }}
styles={{
body: {
height: 'calc(100vh - 250px)',
overflowY: 'auto',
padding: '24px'
}
}}
>
<Form
form={form}