diff --git a/frontend/src/pages/Deploy/Deployment/List/components/DeploymentConfigModal.tsx b/frontend/src/pages/Deploy/Deployment/List/components/DeploymentConfigModal.tsx index 2847f2ec..d01de856 100644 --- a/frontend/src/pages/Deploy/Deployment/List/components/DeploymentConfigModal.tsx +++ b/frontend/src/pages/Deploy/Deployment/List/components/DeploymentConfigModal.tsx @@ -252,6 +252,14 @@ const DeploymentConfigModal: React.FC = ({ maskClosable={false} confirmLoading={loading} destroyOnClose + style={{ top: 50, paddingBottom: 0 }} + styles={{ + body: { + height: 'calc(100vh - 250px)', + overflowY: 'auto', + padding: '24px' + } + }} >