index.less 237 B

123456789101112131415
  1. .field-layout {
  2. .ant-modal-body {
  3. overflow-y: auto;
  4. max-height: 500px;
  5. }
  6. .ant-form {
  7. padding: 24px;
  8. }
  9. .ant-form .ant-form-item {
  10. display: flex;
  11. }
  12. .ant-form .ant-form-item-control-wrapper {
  13. flex: 1;
  14. }
  15. }