index.module.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .A2classify {
  2. background-color: #fff;
  3. border-radius: 10px;
  4. padding: 20px 24px;
  5. position: relative;
  6. :global {
  7. .A2top {
  8. display: flex;
  9. justify-content: space-between;
  10. height: 40px;
  11. align-items: center;
  12. .A2top1 {
  13. display: flex;
  14. align-items: center;
  15. }
  16. }
  17. .A2main {
  18. margin-top: 15px;
  19. height: calc(100% - 50px);
  20. & > div {
  21. height: 100%;
  22. }
  23. .A2Null {
  24. width: 100%;
  25. height: 300px;
  26. font-size: 24px;
  27. display: flex;
  28. justify-content: center;
  29. align-items: center;
  30. }
  31. .A2m1 {
  32. display: flex;
  33. justify-content: space-between;
  34. .A2m1ll {
  35. width: 40%;
  36. background-color: #e8e8e8;
  37. padding: 20px;
  38. overflow-y: auto;
  39. .site-tree-search-value {
  40. color: red;
  41. font-weight: 700;
  42. }
  43. .ant-tree {
  44. min-height: 100%;
  45. padding: 10px;
  46. }
  47. }
  48. .A2m1rr {
  49. width: calc(60% - 24px);
  50. border: 1px solid #ccc;
  51. padding: 20px;
  52. .A2mr1 {
  53. font-weight: 700;
  54. color: var(--themeColor);
  55. font-size: 24px;
  56. }
  57. .A2mr2 {
  58. margin: 20px 0 40px;
  59. }
  60. .A2mr3 {
  61. display: flex;
  62. font-size: 20px;
  63. margin-bottom: 30px;
  64. .A2mr3ll {
  65. width: 100px;
  66. text-align: right;
  67. font-weight: 700;
  68. }
  69. .A2mr3rr {
  70. width: calc(100% - 100px);
  71. }
  72. }
  73. }
  74. }
  75. }
  76. }
  77. }
  78. // 新增弹窗页面
  79. .A2add {
  80. :global {
  81. .ant-modal-close {
  82. display: none;
  83. }
  84. .ant-modal {
  85. width: 800px !important;
  86. }
  87. .ant-modal-body {
  88. border-top: 1px solid #ccc;
  89. }
  90. .A2aMain {
  91. padding-top: 15px;
  92. .fromRow2 {
  93. position: relative;
  94. .fromRowTit {
  95. position: absolute;
  96. left: 200px;
  97. top: 5px;
  98. color: #999;
  99. font-size: 12px;
  100. }
  101. }
  102. .fromRow {
  103. display: flex;
  104. margin-bottom: 24px;
  105. .fromRowll {
  106. width: 94px;
  107. text-align: right;
  108. position: relative;
  109. top: 3px;
  110. }
  111. .fromRowrr {
  112. width: calc(100% - 94px);
  113. }
  114. }
  115. }
  116. }
  117. }