index.less 220 B

123456789101112131415
  1. .form-layout {
  2. .ant-alert {
  3. margin-bottom: 10px;
  4. }
  5. .ant-modal-body {
  6. overflow-y: auto;
  7. max-height: 500px;
  8. .ant-row {
  9. margin-bottom: 10px;
  10. }
  11. }
  12. .ant-input-number {
  13. width: 100%;
  14. }
  15. }