ConfigModal.less 303 B

12345678910111213141516171819
  1. .modal {
  2. min-width: 1050px;
  3. .list {
  4. .field {
  5. display: flex;
  6. align-items: center;
  7. margin-bottom: 16px;
  8. :global(.ant-form-item) {
  9. margin-bottom: 0px;
  10. flex: 1;
  11. }
  12. }
  13. .addBtn {
  14. :global(.ant-col) {
  15. max-width: 100%;
  16. }
  17. }
  18. }
  19. }