index.module.scss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. .B2Scene {
  2. :global {
  3. .B2top {
  4. border-radius: 10px;
  5. background-color: #fff;
  6. padding: 15px 24px;
  7. // 级联选择器的 placeholder
  8. .ant-select-selection-placeholder {
  9. color: black;
  10. }
  11. &>div {
  12. display: flex;
  13. .B2topRow {
  14. margin-right: 20px;
  15. &:last-child {
  16. margin-right: 0;
  17. }
  18. }
  19. }
  20. .B2top2 {
  21. margin-top: 15px;
  22. justify-content: space-between;
  23. &>div {
  24. display: flex;
  25. }
  26. }
  27. }
  28. .tableMain {
  29. border-radius: 10px;
  30. margin-top: 15px;
  31. height: calc(100% - 127px);
  32. background-color: #fff;
  33. .ant-table-body {
  34. height: 578px;
  35. overflow-y: auto !important;
  36. overflow-y: overlay !important;
  37. .B2audit {
  38. cursor: pointer;
  39. color: #1677ff
  40. }
  41. .B2auditNo {
  42. pointer-events: none;
  43. color: #999;
  44. }
  45. .anticon-question-circle {
  46. color: #1677ff;
  47. }
  48. .ant-table-cell {
  49. padding: 8px !important;
  50. }
  51. }
  52. // 下载json
  53. .B2TabA {
  54. color: var(--themeColor);
  55. }
  56. .B2TabANo {
  57. color: #ccc;
  58. cursor: not-allowed;
  59. }
  60. }
  61. }
  62. }
  63. // -----------审核
  64. .AuditMo {
  65. :global {
  66. .ant-modal-close {
  67. display: none;
  68. }
  69. .ant-modal {
  70. width: 800px !important;
  71. }
  72. .B2Amain {
  73. .B2Arow {
  74. margin-top: 30px;
  75. display: flex;
  76. .B2Arow1 {
  77. width: 100px;
  78. text-align: right;
  79. &>span {
  80. font-size: 14px;
  81. color: #ff4d4f;
  82. }
  83. }
  84. .B2Arow2 {
  85. width: calc(100% - 100px);
  86. }
  87. &:nth-of-type(1) {
  88. .B2Arow1 {
  89. position: relative;
  90. top: 3px;
  91. }
  92. }
  93. }
  94. .B2Abtn {
  95. margin-top: 20px;
  96. text-align: center;
  97. }
  98. }
  99. }
  100. }
  101. // ----------查看重复场景
  102. .LookReDo {
  103. :global {
  104. .ant-modal-close {
  105. display: none;
  106. }
  107. .ant-modal {
  108. width: 800px !important;
  109. .B2Mtitle {
  110. display: flex;
  111. justify-content: space-between;
  112. }
  113. .B2Mmain {
  114. border-top: 1px solid #ccc;
  115. padding-top: 15px;
  116. .B1MTable {
  117. margin-top: 10px;
  118. .ant-table-cell {
  119. text-align: center !important;
  120. }
  121. }
  122. .B2Mbtn {
  123. margin-top: 20px;
  124. text-align: center;
  125. position: relative;
  126. .tableNumBox {
  127. position: absolute;
  128. right: 0px;
  129. bottom: 5px;
  130. &>span {
  131. color: var(--themeColor);
  132. }
  133. }
  134. }
  135. }
  136. }
  137. }
  138. }
  139. // ----------修改机房编码
  140. .EditNum {
  141. :global {
  142. .ant-modal-close {
  143. display: none;
  144. }
  145. .ant-modal {
  146. width: 800px !important;
  147. .B2Emain {
  148. border-top: 1px solid #ccc;
  149. padding-top: 15px;
  150. .B2Ebox1 {
  151. margin-bottom: 15px;
  152. display: flex;
  153. align-items: center;
  154. &>div {
  155. &:nth-of-type(1) {
  156. width: 100px;
  157. text-align: right;
  158. }
  159. &:nth-of-type(2) {
  160. width: calc(100% - 150px);
  161. }
  162. }
  163. }
  164. .B2Ebox1Err {
  165. &>div {
  166. &:nth-of-type(1) {
  167. opacity: 0;
  168. }
  169. &:nth-of-type(2) {
  170. color: #ff4d4f;
  171. }
  172. }
  173. }
  174. .B2Ebtn {
  175. margin-top: 20px;
  176. text-align: center;
  177. position: relative;
  178. }
  179. }
  180. }
  181. }
  182. }
  183. // 匹配机房编码
  184. .MateNum {
  185. :global {
  186. .ant-modal-close {
  187. display: none;
  188. }
  189. .ant-modal {
  190. width: 800px !important;
  191. .B2mMain {
  192. border-top: 1px solid #ccc;
  193. padding-top: 15px;
  194. textarea{
  195. height: 400px !important;
  196. }
  197. .B2mBtn {
  198. display: flex;
  199. justify-content: space-between;
  200. }
  201. }
  202. }
  203. }
  204. }