index.module.scss 905 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .A1User {
  2. width: 100%;
  3. height: 100%;
  4. :global {
  5. .A1Utop {
  6. padding: 0 30px 0 5px;
  7. margin-top: 15px;
  8. display: flex;
  9. justify-content: space-between;
  10. }
  11. .A1UTableBox {
  12. margin-top: 15px;
  13. height: calc(100% - 60px);
  14. overflow: hidden;
  15. .ant-table-body {
  16. height: 610px;
  17. overflow-y: auto !important;
  18. .ant-table-row {
  19. .ant-table-cell {
  20. padding: 10px;
  21. }
  22. }
  23. }
  24. }
  25. }
  26. }
  27. // 弹窗--------
  28. .A1UAdd {
  29. :global {
  30. .ant-modal-close {
  31. display: none;
  32. }
  33. // .ant-modal {
  34. // width: 800px !important;
  35. // }
  36. .A1UAmain {
  37. margin-top: 10px;
  38. border-top: 1px solid #999999;
  39. padding: 50px 30px 20px;
  40. .A1UAbtn {
  41. width: 100%;
  42. display: flex;
  43. justify-content: center;
  44. margin-top: 60px;
  45. }
  46. }
  47. }
  48. }