1
This commit is contained in:
parent
7c8976c657
commit
ea634518ad
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user