index.module.scss 605 B

1234567891011121314151617181920212223242526272829303132333435
  1. .A2editUser {
  2. :global {
  3. .ant-modal-close {
  4. display: none;
  5. }
  6. .ant-modal {
  7. width: 800px !important;
  8. }
  9. .A2Emain {
  10. border-top: 1px solid #999999;
  11. padding-top: 15px;
  12. width: 100%;
  13. // 封面
  14. .formRow {
  15. display: flex;
  16. margin-bottom: 24px;
  17. .formLeft {
  18. width: 100px;
  19. text-align: right;
  20. position: relative;
  21. top: 4px;
  22. & > span {
  23. color: #ff4d4f;
  24. }
  25. }
  26. }
  27. .A2Ebtn {
  28. margin-top: 20px;
  29. text-align: center;
  30. }
  31. }
  32. }
  33. }