index.module.scss 544 B

12345678910111213141516171819202122232425262728293031323334
  1. .userAdd {
  2. :global {
  3. .ant-modal-close {
  4. display: none;
  5. }
  6. .ant-modal {
  7. width: 800px !important;
  8. }
  9. .userAddMain {
  10. border-top: 1px solid #999999;
  11. padding-top: 15px;
  12. width: 100%;
  13. .passTit {
  14. color: #ff4d4f;
  15. font-size: 14px;
  16. padding-left: 98px;
  17. }
  18. .ant-form-item-label {
  19. max-width: 98px;
  20. min-width: 98px;
  21. }
  22. .Z6arow {
  23. display: flex;
  24. .ant-form-item {
  25. margin-right: 40px;
  26. }
  27. }
  28. }
  29. }
  30. }