element.less 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. .el-form-item__label {
  2. font-size: 14px;
  3. font-family: PingFangSC-Regular, PingFang SC;
  4. font-weight: 400;
  5. color: #666666;
  6. }
  7. .el-button--primary {
  8. background: #F23F3A;
  9. border-color: #F23F3A;
  10. color: #FFFFFF;
  11. }
  12. .el-button--default {
  13. background: rgba(242, 63, 58, 0.1);
  14. color: #F23F3A;
  15. border-color: #F23F3A;
  16. }
  17. .el-pagination {
  18. text-align: right;
  19. padding: 20px;
  20. }
  21. .el-pagination.is-background .el-pager li:not(.disabled).active {
  22. background-color: #F23F3A;
  23. border: 1px solid #F23F3A;
  24. border-radius: 4px;
  25. ;
  26. color: #fff;
  27. }
  28. .el-pager li:hover {
  29. color: #F23F3A;
  30. }
  31. .el-pagination.is-background .btn-next,
  32. .el-pagination.is-background .btn-prev,
  33. .el-pagination.is-background .el-pager li {
  34. background: #F4F4F4;
  35. border: 1px solid #F4F4F4;
  36. font-weight: 400;
  37. color: #666666;
  38. }
  39. .el-dialog__header {
  40. border-bottom: 1px solid #E1E1E1;
  41. padding: 0;
  42. .el-dialog__title {
  43. height: 70px;
  44. width: 150px;
  45. display: inline-block;
  46. line-height: 70px;
  47. font-size: 22px;
  48. font-family: PingFangSC-Medium, PingFang SC;
  49. font-weight: 400;
  50. color: #313131;
  51. padding-left: 30px;
  52. position: relative;
  53. }
  54. }
  55. .el-dialog__footer {
  56. text-align: center;
  57. padding: 60px 20px;
  58. .el-button {
  59. width: 120px;
  60. }
  61. }
  62. .el-dialog__headerbtn {
  63. width: 28px;
  64. height: 28px;
  65. border-radius: 14px;
  66. .el-dialog__close {
  67. font-size: 22px;
  68. }
  69. }
  70. .el-date-editor--daterange.el-input,
  71. .el-date-editor--daterange.el-input__inner,
  72. .el-date-editor--timerange.el-input,
  73. .el-date-editor--timerange.el-input__inner {
  74. width: 240px;
  75. }
  76. .el-form-item__content .el-select {
  77. width: 100%;
  78. }
  79. .el-cascader {
  80. width: 100%;
  81. }
  82. .row-over {
  83. background: #faad1440 !important;
  84. .handle-td {
  85. background: #feeac4 !important;
  86. }
  87. }
  88. .row-over.hover-row .handle-td {
  89. background: #f5f7fa !important;
  90. }
  91. .row-over.hover-row {
  92. background: #fdc45140 !important;
  93. }
  94. .rowover {
  95. background: #fa361440 !important;
  96. .handle-td {
  97. background: #fecbc4 !important;
  98. }
  99. }
  100. .rowover.hover-row .handle-td {
  101. background: #f5f7fa !important;
  102. }
  103. .rowover.hover-row {
  104. background: #fd5f5140 !important;
  105. }
  106. .el-table thead {
  107. color: #040000;
  108. }
  109. .el-table thead.is-group th {
  110. background: #ffffff;
  111. }
  112. .el-tabs__item.is-active {
  113. font-weight: bold;
  114. }
  115. .el-table__header {
  116. border-top: 1px solid #ebeef5;
  117. border-left: 1px solid #ebeef5;
  118. border-right: 1px solid #ebeef5;
  119. }
  120. .el-tree-node.is-current>.el-tree-node__content {
  121. background-color: #f7e0e3 !important;
  122. }
  123. .full-screen {
  124. padding: 0 !important;
  125. height: 100%;
  126. .layout-container {
  127. padding: 20px;
  128. background-color: #f5f5f5;
  129. }
  130. }
  131. .el-tooltip__popper {
  132. font-size: 14px;
  133. max-width: 80%;
  134. }
  135. input[maxlength='32']:not([disabled]) {
  136. padding-right: 50px;
  137. }
  138. // input[maxlength='9'] {
  139. // padding-right: 40px;
  140. // }
  141. #app #main .serchArea {
  142. .el-date-editor--daterange.el-input,
  143. .el-date-editor--daterange.el-input__inner,
  144. .el-date-editor--timerange.el-input,
  145. .el-date-editor--timerange.el-input__inner {
  146. width: 230px;
  147. }
  148. }
  149. .home-box {
  150. padding: 0 !important;
  151. }
  152. .el-cascader__tags .el-tag>span {
  153. flex: auto;
  154. }
  155. .el-cascader-node__postfix {
  156. top: 50%;
  157. transform: translateY(-50%);
  158. }
  159. .el-table thead.is-group th.el-table__cell {
  160. background: #fff;
  161. }
  162. .el-table__footer-wrapper tbody td.el-table__cell {
  163. color: #F23F3A;
  164. }
  165. .el-table__footer-wrapper tbody td.el-table__cell.el-table_1_column_1 {
  166. color: #606266 !important;
  167. }
  168. .el-table__body .el-table__cell {
  169. border-right: none !important;
  170. }
  171. .leftMenu ul .el-submenu .el-menu-item {
  172. overflow: hidden;
  173. text-overflow: ellipsis;
  174. white-space: nowrap;
  175. }
  176. .el-submenu .el-menu-item {
  177. padding: 0 10px 0 45px;
  178. }
  179. .el-table__header .el-table__cell {
  180. color: #333;
  181. }
  182. .el-table__row:last-child {
  183. td:last-child {
  184. // right: 0px;
  185. top: -1px;
  186. }
  187. }
  188. // .el-table--fit {
  189. // border-left: 1px solid #ebeef5;
  190. // border-right: 1px solid #ebeef5;
  191. // }
  192. .el-table__header {
  193. border-left: none;
  194. border-right: none;
  195. }
  196. .el-table__fixed-right {
  197. background-color: #fff;
  198. }
  199. // 多选限制宽度
  200. .el-tag__close_icon {
  201. //根据自己的需要调整文字宽度
  202. .el-select__tags-text {
  203. display: inline-block;
  204. max-width: 100px;
  205. overflow: hidden;
  206. text-overflow: ellipsis;
  207. white-space: nowrap;
  208. }
  209. .el-tag__close.el-icon-close {
  210. top: 0px;
  211. }
  212. }
  213. .el-table__row:last-child td:last-child {
  214. top: 0;
  215. }
  216. // 文本域长度限制
  217. .el-textarea__inner {
  218. padding: 5px 49px 5px 15px;
  219. }
  220. .el-dialog__body {
  221. .el-input {
  222. max-width: 400px;
  223. }
  224. }
  225. .el-select-dropdown__wrap {
  226. max-height: 350px;
  227. }
  228. .screen {
  229. max-width: 340px !important;
  230. min-width: none;
  231. }
  232. .el_form_item_content {
  233. width: 230px !important;
  234. min-width: none;
  235. }
  236. .header_top_form {
  237. .el-form-item__label {
  238. color: #333;
  239. font-weight: bold;
  240. }
  241. }
  242. .el-menu-item,
  243. .el-menu-item [class^=el-icon-] {
  244. font-size: 20px;
  245. color: #A5A5A5 !important;
  246. font-weight: 400;
  247. }
  248. .el-menu-item{
  249. padding-left: 42px !important;
  250. }
  251. .el-menu-item.is-active{
  252. padding-left: 0 !important;
  253. }
  254. .el-menu-item.is-active,
  255. .el-menu-item.is-active [class^=el-icon-] {
  256. color: #F4453E !important;
  257. }
  258. .el-menu-item.is-active .icon_left {
  259. border-right: 4px solid #F4453E;
  260. border-top-right-radius: 4px;
  261. border-bottom-right-radius: 4px;
  262. margin-right: 38px;
  263. }