index.module.scss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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. .delListBox {
  63. position: absolute;
  64. top: 0;
  65. left: 0;
  66. z-index: 100;
  67. width: 100%;
  68. height: 100%;
  69. padding: 50px;
  70. background-color: rgba(0, 0, 0, 0.6);
  71. border-radius: 10px;
  72. }
  73. }
  74. }
  75. // -----------审核
  76. .AuditMo {
  77. :global {
  78. .ant-modal-close {
  79. display: none;
  80. }
  81. .ant-modal {
  82. width: 800px !important;
  83. }
  84. .B2Amain {
  85. .B2Arow {
  86. margin-top: 30px;
  87. display: flex;
  88. .B2Arow1 {
  89. width: 100px;
  90. text-align: right;
  91. & > span {
  92. font-size: 14px;
  93. color: #ff4d4f;
  94. }
  95. }
  96. .B2Arow2 {
  97. width: calc(100% - 100px);
  98. }
  99. &:nth-of-type(1) {
  100. .B2Arow1 {
  101. position: relative;
  102. top: 3px;
  103. }
  104. }
  105. }
  106. .B2Abtn {
  107. margin-top: 20px;
  108. text-align: center;
  109. }
  110. }
  111. }
  112. }
  113. // ----------查看重复场景
  114. .LookReDo {
  115. :global {
  116. .ant-modal-close {
  117. display: none;
  118. }
  119. .ant-modal {
  120. width: 800px !important;
  121. .B2Mtitle {
  122. display: flex;
  123. justify-content: space-between;
  124. }
  125. .B2Mmain {
  126. border-top: 1px solid #ccc;
  127. padding-top: 15px;
  128. .B1MTable {
  129. margin-top: 10px;
  130. .ant-table-cell {
  131. text-align: center !important;
  132. }
  133. }
  134. .B2Mbtn {
  135. margin-top: 20px;
  136. text-align: center;
  137. position: relative;
  138. .tableNumBox {
  139. position: absolute;
  140. right: 0px;
  141. bottom: 5px;
  142. & > span {
  143. color: var(--themeColor);
  144. }
  145. }
  146. }
  147. }
  148. }
  149. }
  150. }
  151. // ----------修改机房编码
  152. .EditNum {
  153. :global {
  154. .ant-modal-close {
  155. display: none;
  156. }
  157. .ant-modal {
  158. width: 800px !important;
  159. .B2Emain {
  160. border-top: 1px solid #ccc;
  161. padding-top: 15px;
  162. .B2Ebox1 {
  163. margin-bottom: 15px;
  164. display: flex;
  165. align-items: center;
  166. & > div {
  167. &:nth-of-type(1) {
  168. width: 100px;
  169. text-align: right;
  170. }
  171. &:nth-of-type(2) {
  172. width: calc(100% - 150px);
  173. }
  174. }
  175. }
  176. .B2Ebox1Err {
  177. & > div {
  178. &:nth-of-type(1) {
  179. opacity: 0;
  180. }
  181. &:nth-of-type(2) {
  182. color: #ff4d4f;
  183. }
  184. }
  185. }
  186. .B2Ebtn {
  187. margin-top: 20px;
  188. text-align: center;
  189. position: relative;
  190. }
  191. }
  192. }
  193. }
  194. }
  195. // 场景码匹配
  196. .MateNum {
  197. :global {
  198. .ant-modal-close {
  199. display: none;
  200. }
  201. .ant-modal {
  202. width: 800px !important;
  203. .B2mMain {
  204. border-top: 1px solid #ccc;
  205. padding-top: 15px;
  206. textarea {
  207. height: 400px !important;
  208. }
  209. .B2mBtn {
  210. display: flex;
  211. justify-content: space-between;
  212. }
  213. }
  214. }
  215. }
  216. }