1
This commit is contained in:
parent
7c8976c657
commit
ea634518ad
@ -252,6 +252,14 @@ const DeploymentConfigModal: React.FC<DeploymentConfigModalProps> = ({
|
|||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
confirmLoading={loading}
|
confirmLoading={loading}
|
||||||
destroyOnClose
|
destroyOnClose
|
||||||
|
style={{ top: 50, paddingBottom: 0 }}
|
||||||
|
styles={{
|
||||||
|
body: {
|
||||||
|
height: 'calc(100vh - 250px)',
|
||||||
|
overflowY: 'auto',
|
||||||
|
padding: '24px'
|
||||||
|
}
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<Form
|
<Form
|
||||||
form={form}
|
form={form}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user