cover.scss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. html.dark{
  2. .fm-form{
  3. .border-form{
  4. border: 1px solid #A3A6AD;
  5. .el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
  6. border-right: 1px solid #A3A6AD;
  7. }
  8. .el-table td, .el-table th.is-leaf{
  9. border-bottom: 1px solid #A3A6AD;
  10. }
  11. .el-table--border, .el-table--group{
  12. border: 1px solid #A3A6AD;
  13. }
  14. .el-form-item__content{
  15. &::before{
  16. background: #A3A6AD;
  17. }
  18. }
  19. .el-row+.el-row{
  20. border-top: 1px solid #A3A6AD;
  21. }
  22. .el-col+.el-col{
  23. border-left: 1px solid #A3A6AD;
  24. }
  25. }
  26. .print-read-label{
  27. color: #fff;
  28. }
  29. }
  30. }
  31. .fm-form{
  32. .fm-label-wrap{
  33. display: block;
  34. .el-form-item__content{
  35. margin-left: 0 !important;
  36. }
  37. .el-form-item__label{
  38. justify-content: flex-start;
  39. }
  40. .ant-form-item-label{
  41. text-align: left;
  42. }
  43. >.ant-form-row{
  44. flex-direction: column;
  45. }
  46. }
  47. .fm-item-tooltip{
  48. font-size: 12px;
  49. color: #909399;
  50. }
  51. .el-form-item__content{
  52. display: block;
  53. &::after{
  54. content: '';
  55. display: block;
  56. height: 0;
  57. clear: both;
  58. visibility: hidden;
  59. overflow: hidden;
  60. }
  61. .el-pagination{
  62. float: right;
  63. }
  64. }
  65. .el-radio+.el-radio{
  66. margin-left: 0 !important;
  67. }
  68. .el-radio{
  69. margin-right: 32px;
  70. }
  71. .el-checkbox+.el-checkbox{
  72. margin-left: 0 !important;
  73. }
  74. .ant-checkbox-wrapper+.ant-checkbox-wrapper{
  75. margin-left: 0 !important;
  76. }
  77. .el-checkbox{
  78. margin-right: 30px;
  79. }
  80. .el-form-item--small{
  81. &.el-form-item{
  82. margin-bottom: 18px;
  83. }
  84. .el-radio{
  85. line-height: 24px !important;
  86. >span{
  87. vertical-align: middle;
  88. }
  89. }
  90. .el-checkbox{
  91. line-height: 24px !important;
  92. >span{
  93. vertical-align: middle;
  94. }
  95. }
  96. .widget-table-left{
  97. .widget-table-left__top{
  98. height: 34px !important;
  99. }
  100. }
  101. }
  102. .el-form-item--default{
  103. &.el-form-item{
  104. margin-bottom: 18px;
  105. }
  106. .el-radio{
  107. line-height: 32px !important;
  108. >span{
  109. vertical-align: middle;
  110. }
  111. }
  112. .el-checkbox{
  113. line-height: 32px !important;
  114. >span{
  115. vertical-align: middle;
  116. }
  117. }
  118. .widget-table-left{
  119. .widget-table-left__top{
  120. height: 42px !important;
  121. }
  122. }
  123. }
  124. .el-form-item--large{
  125. &.el-form-item{
  126. margin-bottom: 22px;
  127. }
  128. .el-radio{
  129. line-height: 40px !important;
  130. >span{
  131. vertical-align: middle;
  132. }
  133. }
  134. .el-checkbox{
  135. line-height: 40px !important;
  136. >span{
  137. vertical-align: middle;
  138. }
  139. }
  140. .widget-table-left{
  141. .widget-table-left__top{
  142. height: 50px !important;
  143. }
  144. }
  145. }
  146. .border-form{
  147. border: 1px solid #999;
  148. .el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
  149. border-right: 1px solid #999;
  150. }
  151. .el-table td, .el-table th.is-leaf{
  152. border-bottom: 1px solid #999;
  153. }
  154. .el-table--border, .el-table--group{
  155. border: 1px solid #999;
  156. }
  157. .form-table{
  158. margin:-5px;
  159. .el-form-item__content{
  160. &::before{
  161. display: none;
  162. }
  163. }
  164. }
  165. .el-form-item__content{
  166. // border-left: 1px solid #ccc;
  167. &::before{
  168. width: 1px;
  169. background: #999;
  170. display: block;
  171. content: '';
  172. position: absolute;
  173. left: 0;
  174. top: 0;
  175. bottom: -300px;
  176. }
  177. .el-form-item__error{
  178. left: 5px;
  179. }
  180. }
  181. .no-label-form-item{
  182. .el-form-item__content{
  183. &::before{
  184. background: transparent;
  185. }
  186. }
  187. }
  188. &.el-form--label-top{
  189. .el-form-item__content{
  190. &::before{
  191. background: transparent;
  192. }
  193. }
  194. }
  195. .el-row+.el-row{
  196. border-top: 1px solid #999;
  197. }
  198. .el-col+.el-col{
  199. border-left: 1px solid #999;
  200. }
  201. .el-col{
  202. overflow: hidden;
  203. }
  204. .el-form-item__content{
  205. padding: 5px;
  206. padding-bottom: 0;
  207. }
  208. .el-form-item__label{
  209. padding: 5px;
  210. }
  211. }
  212. .el-slider__button-wrapper{
  213. z-index: 101;
  214. }
  215. .print-read-label{
  216. // font-weight: 500;
  217. color: #000;
  218. pre{
  219. white-space: pre-wrap;
  220. margin: 0;
  221. }
  222. }
  223. .el-transfer[disabled="true"]{
  224. position: relative;
  225. &::after{
  226. display: block;
  227. content: '';
  228. position: absolute;
  229. left: 0;
  230. right: 0;
  231. bottom: 0;
  232. top: 0;
  233. z-index:99;
  234. cursor:no-drop;
  235. }
  236. }
  237. .ant-transfer{
  238. .ant-transfer-list-header-title{
  239. margin-left: 5px;
  240. }
  241. .ant-transfer-list{
  242. overflow: hidden;
  243. }
  244. }
  245. .ant-form-item{
  246. .ant-pagination{
  247. float: right;
  248. }
  249. .fm-item-tooltip{
  250. line-height: 32px;
  251. }
  252. }
  253. .ant-radio-wrapper{
  254. // display: flex;
  255. // align-items: baseline;
  256. // line-height: 30px;
  257. }
  258. }
  259. .fm-select-dropdown{
  260. z-index: 3000 !important;
  261. }
  262. .fm-popup-index{
  263. z-index: 3000 !important;
  264. }
  265. .ant-popconfirm{
  266. z-index: 3000 !important;
  267. }
  268. .fm-messagebox{
  269. .el-message-box__message{
  270. width: 100%;
  271. }
  272. }
  273. .is-print{
  274. .el-tag{
  275. border-color: #d9ecff;
  276. background-color: transparent;
  277. color: #000;
  278. }
  279. }
  280. .van-image-preview__overlay{
  281. z-index: 5000 !important;
  282. }
  283. .van-image-preview{
  284. z-index: 5000 !important;
  285. }
  286. .ant-message{
  287. z-index: 5000 !important;
  288. }
  289. html.dark{
  290. .is-print{
  291. .el-tag{
  292. border-color: #d9ecff;
  293. background-color: transparent;
  294. color: #000;
  295. }
  296. .ant-tag{
  297. background: transparent;
  298. }
  299. .form-subform-item.is-hover{
  300. background-color: #fafafa;
  301. }
  302. .fm-data-table-container,.form-table {
  303. .el-table__header-wrapper{
  304. background: #f5f7fa;
  305. thead{
  306. color: #909399;
  307. }
  308. th{
  309. background: #f5f7fa;
  310. }
  311. div{
  312. background: #f5f7fa;
  313. }
  314. }
  315. .el-table {
  316. color: #606266;
  317. tr{
  318. background-color: #fff;
  319. &:hover>td.el-table__cell{
  320. background-color: #f5f7fa;
  321. transition: background-color 0s ease;
  322. }
  323. &.hover-row{
  324. background-color: #f5f7fa;
  325. }
  326. }
  327. }
  328. .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{
  329. background: #fafafa;
  330. }
  331. }
  332. .fm-virtual-table .fm-virtual-table-main .fm-virtual-table__header .fm-virtual-table__header-content{
  333. background: #f5f7fa;
  334. }
  335. .fm-virtual-table .fm-virtual-table-main__left{
  336. background: #fff;
  337. }
  338. .fm-virtual-table .fm-virtual-table-main .fm-virtual-table__body .fm-virtual-table__row.is-hover{
  339. background-color: #fafafa;
  340. }
  341. .ant-table-wrapper .ant-table-thead >tr>th{
  342. background: #fafafa;
  343. color: rgba(0, 0, 0, 0.88);
  344. }
  345. .ant-table-wrapper .ant-table{
  346. background: #fff;
  347. color: rgba(0, 0, 0, 0.88);
  348. .ant-table-row:hover{
  349. td{
  350. background: #fafafa;
  351. }
  352. }
  353. .ant-table-cell.ant-table-cell-row-hover{
  354. background-color: #fafafa;
  355. }
  356. }
  357. .fm-antd-data-table-container .ant-table-striped .table-striped td{
  358. background-color: #fafafa;
  359. }
  360. .ant-table-wrapper .ant-table-cell-fix-left,.ant-table-cell-fix-right{
  361. background: #fafafa;
  362. }
  363. .ant-table-placeholder:hover>td{
  364. background: #fff;
  365. }
  366. .ant-empty-normal{
  367. color: rgba(0, 0, 0, 0.25);
  368. }
  369. }
  370. }