dialog.less 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899
  1. .modal {
  2. &.el-dialog {
  3. background: fade(#121d1c, 95);
  4. border: 1px solid fade(@green, 50);
  5. box-shadow: 0px 8px 17px 1px rgba(5, 187, 76, 0.3);
  6. .el-dialog__header {
  7. padding: 10px 0;
  8. border-bottom: 1px solid #323b3c;
  9. margin: 0 24px;
  10. .el-dialog__title {
  11. font-size: 16px;
  12. color: fade(@white, 75);
  13. }
  14. }
  15. &.el-dialog--center .el-dialog__body,
  16. .el-dialog__body {
  17. padding: 16px 24px;
  18. }
  19. &.hide-header {
  20. .el-dialog__header {
  21. border: none;
  22. .el-dialog__title {
  23. display: none;
  24. }
  25. }
  26. }
  27. }
  28. }
  29. .title-select .el-select .el-input__inner {
  30. width: 133px;
  31. max-width: 190px;
  32. height: 25px;
  33. background: rgba(67, 81, 107, 0.2);
  34. border: 0px solid #2a374f;
  35. border-radius: 0px;
  36. font-size: 13px;
  37. color: #b3b3b3;
  38. }
  39. .title-select .el-input__suffix {
  40. display: none;
  41. }
  42. .el-overlay {
  43. .card {
  44. position: fixed;
  45. top: 120px;
  46. right: 20px;
  47. width: 383px;
  48. background: rgba(0, 0, 0, 0.3);
  49. border: none;
  50. color: #fff;
  51. border-radius: 8px;
  52. padding: 24px 13px;
  53. }
  54. .content {
  55. height: 100%;
  56. height: calc(100% - 59px);
  57. }
  58. .home_card .header {
  59. margin-bottom: 10px;
  60. }
  61. .home_card .header img {
  62. margin-right: 10px;
  63. vertical-align: -7%;
  64. }
  65. .el-menu {
  66. z-index: 2002 !important;
  67. }
  68. .el-menu .el-menu-item:hover {
  69. background-color: transparent !important;
  70. color: rgba(28, 153, 255, 1);
  71. }
  72. .el-menu-item-group .el-menu-item.is-active {
  73. color: #999999 !important;
  74. }
  75. .el-menu .el-menu-item .router-link-exact-active,
  76. .el-sub-menu .el-sub-menu__title .router-link-active {
  77. color: rgba(28, 153, 255, 1) !important;
  78. }
  79. .el-sub-menu__title i,
  80. .el-menu-item a {
  81. font-size: 18px !important;
  82. color: rgba(186, 197, 216, 1) !important;
  83. }
  84. .el-menu-item a .icon-State-monitoring {
  85. font-size: 21px !important;
  86. }
  87. .el-menu-item:hover a {
  88. color: rgba(28, 153, 255, 1) !important;
  89. }
  90. .el-sub-menu.is-opened::before {
  91. content: "";
  92. position: absolute;
  93. display: block;
  94. width: 5px;
  95. height: 40px;
  96. background: rgba(28, 153, 255, 1);
  97. border-top-left-radius: 4px;
  98. border-bottom-left-radius: 4px;
  99. top: 8px;
  100. right: 0;
  101. }
  102. .el-input__inner {
  103. background: rgba(83, 98, 104, 0.2) !important;
  104. border-radius: 12.5px !important;
  105. border: 0px solid #3b6c53 !important;
  106. }
  107. .tanchuc .el-dropdown-menu__item:hover {
  108. background: rgba(0, 70, 199, 0.3) !important;
  109. }
  110. .station .el-input-number__decrease {
  111. background: rgba(67, 81, 107, 0.2) !important;
  112. border-radius: 13px 0px 0px 13px !important;
  113. }
  114. .station .el-input-number__increase {
  115. background: rgba(67, 81, 107, 0.2) !important;
  116. border-radius: 0px 13px 13px 0px !important;
  117. }
  118. .tables .el-switch__core {
  119. background: none;
  120. }
  121. .station .el-input-number__decrease,
  122. .station .el-input-number__increase {
  123. // top: 9px !important;
  124. }
  125. .el-picker__poppe {
  126. z-index: 999;
  127. }
  128. .station .el-picker-panel__footer {
  129. background: blue !important;
  130. }
  131. .elDatePicker {
  132. /*border: 1px solid #094493 !important;*/
  133. border: none;
  134. }
  135. .metse .el-table th {
  136. background: rgba(83, 89, 104, 0.1) !important;
  137. }
  138. .elDatePicker .el-date-picker__time-header {
  139. border-bottom: 1px solid #323b3c;
  140. }
  141. .elDatePicker .el-input__inner {
  142. height: 26px !important;
  143. line-height: 26px !important;
  144. }
  145. .elDatePicker .el-picker-panel {
  146. border: 1px solid #094493 !important;
  147. background: #090e19 !important;
  148. }
  149. .elDatePicker .el-date-table th {
  150. border-bottom: 1px solid #2a374f;
  151. }
  152. .elDatePicker .el-picker-panel .el-time-panel {
  153. background: #141a25 !important;
  154. }
  155. .elDatePicker .el-time-spinner__item.active:not(.disabled) {
  156. color: #ffffff !important;
  157. }
  158. .elDatePicker .el-time-panel__footer {
  159. background: #141a25 !important;
  160. border-top: 1px solid #323b3c;
  161. }
  162. .elDatePicker .el-popper__arrow {
  163. display: none;
  164. }
  165. .elDatePicker .el-date-table td.next-month,
  166. .elDatePicker .el-date-table td.prev-month {
  167. color: #909399;
  168. }
  169. .elDatePicker .el-date-table td.current:not(.disabled) span {
  170. background: #0046c7;
  171. }
  172. .elDatePicker .el-time-panel {
  173. border: 1px solid #003277 !important;
  174. }
  175. .elDatePicker .el-picker-panel__footer {
  176. margin-top: -10px;
  177. padding-bottom: 10px;
  178. background: #090e19 !important;
  179. border-top: 1px solid transparent;
  180. }
  181. .elDatePicker .el-picker-panel .el-picker-panel__footer .el-button {
  182. min-height: 22px !important;
  183. width: 80px;
  184. background-color: rgba(0, 70, 199, 0.2) !important;
  185. color: #b3b3b3;
  186. border-radius: 20px;
  187. border-color: transparent;
  188. }
  189. .elDatePicker
  190. .el-picker-panel
  191. .el-picker-panel__footer
  192. .el-button:last-of-type {
  193. background: rgba(0, 70, 199, 0.4) !important;
  194. }
  195. .tables .el-input-number__increase,
  196. .tables .el-input-number__decrease {
  197. border: none !important;
  198. }
  199. .tables .el-input-number__increase,
  200. .tables .el-input-number__decrease {
  201. background: rgba(67, 81, 107, 0.2);
  202. }
  203. .tables .el-input-number span {
  204. height: 14.5px !important;
  205. color: #999a9d;
  206. }
  207. .metse .el-input-number span {
  208. height: 12px !important;
  209. color: #999a9d;
  210. }
  211. .metse .el-input-number.is-controls-right .el-input-number__decrease {
  212. top: 16px;
  213. }
  214. .metse .el-input-number__increase {
  215. top: 3px;
  216. }
  217. .changeButton .el-button--default {
  218. background: rgba(0, 70, 199, 0.4) !important;
  219. border: none !important;
  220. color: #ffffff;
  221. }
  222. .changeButton .el-switch.is-disabled {
  223. background: red !important;
  224. }
  225. .el-popper .el-menu--popup {
  226. min-width: 140px !important;
  227. /*padding: 20px 0!important;*/
  228. }
  229. .el-popper .el-menu--popup .el-menu-item-group .el-menu-item {
  230. height: 35px !important;
  231. line-height: 35px !important;
  232. font-size: 13px !important;
  233. }
  234. .el-popper
  235. .el-menu--popup
  236. .el-menu-item-group
  237. .router-link-active
  238. .el-menu-item {
  239. background: linear-gradient(91deg, #1c99ff, transparent) !important;
  240. color: #fff !important;
  241. }
  242. .el-popper.is-pure .el-menu-item:hover {
  243. background: linear-gradient(91deg, #1c99ff, transparent) !important;
  244. color: #fff !important;
  245. }
  246. .el-popper.is-light {
  247. color: #d1d1d1 !important;
  248. background-color: rgb(0, 0, 0, 0.9) !important;
  249. border-color: #555555 !important;
  250. border-radius: unset;
  251. }
  252. .el-popper.is-light .el-popper__arrow::before {
  253. background-color: rgb(0, 0, 0, 0.8) !important;
  254. /*border-left: 1px solid #555555 !important;*/
  255. /*border-bottom: 1px solid #555555 !important;*/
  256. }
  257. .el-popper.is-pure {
  258. border-image: linear-gradient(
  259. 180deg,
  260. transparent,
  261. #1a7ccd,
  262. #1a7ccd,
  263. transparent
  264. )
  265. 2 1;
  266. border: 1px solid #002767;
  267. background: linear-gradient(278deg, #002767, transparent) !important;
  268. border-radius: 5px !important;
  269. backdrop-filter: blur(5px);
  270. }
  271. .el-dialog {
  272. background: #0c0f15 !important;
  273. border: 1px solid #003277;
  274. border-radius: 4px !important;
  275. box-shadow: 0 0 22px rgba(0, 70, 199, 0.2) inset !important;
  276. }
  277. .el-dialog--center .el-dialog__body,
  278. .el-dialog__body {
  279. padding: 25px 24px;
  280. }
  281. .parcel-box .el-dialog__body {
  282. padding: 0px 15px;
  283. }
  284. .el-dialog__header {
  285. padding: 20px 0 !important;
  286. border-bottom: 1px solid #323b3c;
  287. margin: 0 24px;
  288. }
  289. /* .matrix-body .el-dialog__header {
  290. padding: 0 0 !important;
  291. border-bottom: 0px solid #323b3c;
  292. margin: 0 24px;
  293. } */
  294. .el-dialog__title {
  295. font-size: 16px !important;
  296. color: #ffffff !important;
  297. }
  298. .el-dialog__body::before,
  299. .el-dialog__body::after {
  300. content: "";
  301. display: block;
  302. width: 5px;
  303. height: 5px;
  304. border-radius: 50%;
  305. background: rgba(16, 73, 126, 1);
  306. position: absolute;
  307. }
  308. .el-dialog__body::before {
  309. bottom: 9px;
  310. left: 9px;
  311. }
  312. .el-dialog__body::after {
  313. bottom: 9px;
  314. right: 9px;
  315. }
  316. .el-select .el-select__tags .el-tag {
  317. background-color: rgba(30, 90, 163, 0.5);
  318. color: #ffffff;
  319. }
  320. /* .el-icon-close {
  321. background-color: rgba(30,90,163, .5);
  322. } */
  323. .el-select .el-input__inner {
  324. width: 190px;
  325. max-width: 190px;
  326. height: 25px;
  327. background: rgba(67, 81, 107, 0.2);
  328. border: 1px solid #2a374f;
  329. border-radius: 12.5px;
  330. font-size: 13px;
  331. color: #b3b3b3;
  332. }
  333. .title-select .el-select .el-input__inner {
  334. width: 133px;
  335. max-width: 190px;
  336. height: 25px;
  337. background: rgba(67, 81, 107, 0.2);
  338. border: 0px solid #2a374f;
  339. border-radius: 0px;
  340. font-size: 13px;
  341. color: #b3b3b3;
  342. }
  343. .title-select .el-input__suffix {
  344. display: none;
  345. }
  346. .station .el-input__inner {
  347. max-width: 190px;
  348. height: 25px;
  349. background: rgba(67, 81, 107, 0.2);
  350. border: 1px solid #2a374f;
  351. border-radius: 12.5px;
  352. font-size: 13px;
  353. color: #b3b3b3;
  354. width: 150px;
  355. }
  356. .search-input {
  357. width: 160px;
  358. }
  359. .search-input .el-date-editor {
  360. --el-date-editor-width: 120px;
  361. }
  362. .search-input .el-input__inner {
  363. max-width: 190px;
  364. height: 25px;
  365. background: rgba(67, 81, 107, 0.2);
  366. border: 1px solid #2a374f;
  367. border-radius: 12.5px;
  368. font-size: 13px;
  369. color: #b3b3b3;
  370. width: 150px;
  371. }
  372. .el-select .el-input__icon {
  373. height: 40px;
  374. position: relative;
  375. top: -7px;
  376. }
  377. .el-icon-full-screen {
  378. position: absolute;
  379. right: 20px;
  380. top: 10px;
  381. color: #909399;
  382. }
  383. .s {
  384. min-width: 300px !important;
  385. }
  386. .el-message--warning {
  387. background: #090e19 !important;
  388. box-shadow: 0 0 22px rgba(0, 70, 199, 0.2) inset !important;
  389. border: 1px solid #094493 !important;
  390. }
  391. .el-message--warning .el-message__content {
  392. color: #ffffff !important;
  393. }
  394. .el-message .el-icon-warning {
  395. font-size: 16px;
  396. color: #ffd02b !important;
  397. }
  398. .el-menu-item-group__title {
  399. padding: 0 !important;
  400. }
  401. .economicTable1 .has-gutter .el-table__cell {
  402. padding: 0 !important;
  403. }
  404. .economicTable1 .el-table__row .el-table__cell {
  405. padding: 5px 0 !important;
  406. }
  407. .el-table {
  408. font-family: "MicrosoftYaHei" !important;
  409. background-color: transparent !important;
  410. /*font-size: 14px !important;*/
  411. }
  412. /*.el-table .el-table__row {*/
  413. /* color: rgba(149, 149, 149, 1);*/
  414. /*}*/
  415. // .el-table thead {
  416. // color: rgba(255, 255, 255, 1) !important;
  417. // }
  418. // .el-table thead .cell {
  419. // font-weight: normal !important;
  420. // }
  421. // .el-table tr {
  422. // background-color: transparent !important;
  423. // }
  424. // .add .el-table tr {
  425. // background-color: red !important;
  426. // }
  427. // .add .el-table .el-table__row--striped {
  428. // background-color: red !important;
  429. // }
  430. // .el-table .el-table__row--striped {
  431. // background-color: transparent;
  432. // }
  433. // .el-table--striped
  434. // .el-table__body
  435. // tr.el-table__row--striped
  436. // td.el-table__cell {
  437. // background-color: rgba(96, 103, 105, 0.2) !important;
  438. // }
  439. // .el-table__body tr.hover-row.current-row > td,
  440. // .el-table__body tr.hover-row.el-table__row--striped.current-row > td,
  441. // .el-table__body tr.hover-row.el-table__row--striped > td,
  442. // .el-table__body tr.hover-row > td {
  443. // background: transparent !important;
  444. // color: #05bb4c !important;
  445. // }
  446. // .bodys .el-table th.el-table__cell > .cell {
  447. // height: 50px;
  448. // color: #b3b3b3;
  449. // }
  450. // .bodyed .el-table th.el-table__cell > .cell {
  451. // color: #b3b3b3;
  452. // }
  453. // .el-table th.el-table__cell {
  454. // background-color: rgba(83, 89, 104, 0.3) !important;
  455. // border-right: 1px solid rgba(0, 0, 0, 0.8);
  456. // border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important;
  457. // }
  458. // .el-table td.el-table__cell {
  459. // border-bottom: none !important;
  460. // }
  461. // .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  462. // background-color: transparent !important;
  463. // color: #05bb4c !important;
  464. // }
  465. .el-checkbox__inner {
  466. background-color: transparent !important;
  467. border-color: #959595 !important;
  468. }
  469. .el-checkbox__input.is-checked + .el-checkbox__label {
  470. color: rgba(255, 255, 255, 1) !important;
  471. }
  472. .el-checkbox__label {
  473. color: #959595 !important;
  474. font-size: 13px !important;
  475. }
  476. .el-checkbox__input {
  477. display: inline-block;
  478. }
  479. .el-checkbox__label {
  480. padding-left: 0;
  481. }
  482. .el-checkbox__input.is-checked .el-checkbox__inner {
  483. border-color: rgba(0, 70, 199, 1) !important;
  484. }
  485. .el-button.is-round {
  486. padding: 0px 30px !important;
  487. }
  488. .el-button {
  489. min-height: 30px !important;
  490. }
  491. /* .el-button--default {
  492. background-color: rgba(0, 70, 199, 0.2) !important;
  493. border: none !important;
  494. color: #B3B3B3 !important;
  495. } */
  496. .el-button--primary {
  497. background-color: rgba(0, 70, 199, 0.4);
  498. border: none !important;
  499. }
  500. .mentues .el-table__cell {
  501. padding: 0 !important;
  502. }
  503. .footerButton .el-button:last-of-type {
  504. background: rgba(0, 70, 199, 0.4) !important;
  505. }
  506. .mentuese .el-table__fixed-header-wrapper .el-table__cell .cell {
  507. color: #ffffff !important;
  508. }
  509. .met .el-table__body {
  510. font-size: 13px !important;
  511. }
  512. .mentuese .cell {
  513. text-overflow: ellipsis !important;
  514. white-space: nowrap !important;
  515. }
  516. .mentuese .el-table__cell {
  517. padding: 0 !important;
  518. }
  519. .met .has-gutter .el-table__cell .cell {
  520. line-height: 50px;
  521. color: #ffffff !important;
  522. }
  523. .metse .el-table__body .cell {
  524. line-height: 36px !important;
  525. }
  526. .metse .el-table__fixed-header-wrapper .cell {
  527. line-height: 45px !important;
  528. }
  529. .metse .el-input--small .el-input__inner {
  530. height: 26px !important;
  531. line-height: 26px !important;
  532. }
  533. .mentuese .el-table__cell .cell {
  534. line-height: 50px;
  535. /*color: #FFFFFF;*/
  536. }
  537. /*.el-table__cell{*/
  538. /* color: ;*/
  539. /*}*/
  540. .el-switch__action {
  541. background: transparent !important;
  542. }
  543. .mentues .el-table__body .el-table__cell {
  544. padding: 5px 0 !important;
  545. }
  546. .el-dialog__header {
  547. font-size: 16px;
  548. color: #fff;
  549. }
  550. .el-select__popper.is-light {
  551. background: #141a25 !important;
  552. border: 1px solid #2a374f !important;
  553. border-radius: unset !important;
  554. /* top: 100px !important; */
  555. }
  556. // .el-dialog--center .el-dialog__body,
  557. // .el-dialog__body {
  558. // padding: 20px !important;
  559. // }
  560. .el-select-dropdown__item.hover,
  561. .el-select-dropdown__item:hover {
  562. background-color: rgba(0, 70, 199, 0.4) !important;
  563. color: #fff !important;
  564. }
  565. .el-select-dropdown__item.selected {
  566. color: #fff !important;
  567. font-weight: normal !important;
  568. }
  569. .el-select-dropdown__item {
  570. color: #b3b3b3 !important;
  571. height: 36px !important;
  572. line-height: 36px !important;
  573. font-size: 12px !important;
  574. }
  575. .el-select__popper .el-popper__arrow::before {
  576. display: none;
  577. }
  578. .table-fixed .el-table__fixed-left {
  579. height: 100% !important;
  580. }
  581. .table-fixed .el-table__fixed {
  582. height: 100% !important;
  583. }
  584. .el-table__fixed-right::before,
  585. .el-table__fixed::before {
  586. background-color: transparent !important;
  587. }
  588. .is-opened .el-sub-menu__title i {
  589. color: rgba(28, 153, 255, 1) !important;
  590. }
  591. .el-tabs__nav-wrap::after {
  592. height: 1px !important;
  593. background-color: #3a3f43 !important;
  594. }
  595. .el-tabs__item.is-active {
  596. color: #1c99ff !important;
  597. background: linear-gradient(
  598. 0deg,
  599. rgba(0, 70, 199, 0.8),
  600. rgba(0, 70, 199, 0.2),
  601. rgba(0, 70, 199, 0)
  602. );
  603. }
  604. .el-tabs__nav {
  605. padding-bottom: 10px;
  606. }
  607. .el-tabs__item {
  608. height: 28px !important;
  609. line-height: 28px !important;
  610. padding: 0 17px !important;
  611. margin-right: 30px;
  612. color: #b3b3b3 !important;
  613. }
  614. .el-tabs__item.is-active::after {
  615. content: "";
  616. display: block;
  617. width: 100%;
  618. height: 7px;
  619. border-bottom: 1px solid #1c99ff;
  620. border-left: 1px solid #1c99ff;
  621. border-right: 1px solid #1c99ff;
  622. position: absolute;
  623. bottom: 0;
  624. left: 0px;
  625. box-sizing: border-box;
  626. }
  627. .el-tabs__nav-wrap {
  628. padding: 0 25px;
  629. }
  630. .el-tabs__header::before,
  631. .el-tabs__header::after {
  632. content: "";
  633. display: inline-block;
  634. width: 10px;
  635. height: 1px;
  636. background: #ffffff;
  637. position: absolute;
  638. bottom: 0px;
  639. z-index: 99;
  640. }
  641. .el-tabs__header::after {
  642. right: 0;
  643. }
  644. .el-tabs__active-bar {
  645. height: 1px !important;
  646. }
  647. .el-dialog__body::before,
  648. .el-dialog__body::after {
  649. content: "";
  650. display: block;
  651. width: 5px;
  652. height: 5px;
  653. border-radius: 50%;
  654. background: rgba(16, 73, 126, 1);
  655. position: absolute;
  656. }
  657. .el-dialog__body::before {
  658. bottom: 9px;
  659. left: 9px;
  660. }
  661. .el-dialog__body::after {
  662. bottom: 9px;
  663. right: 9px;
  664. }
  665. .dialog-title {
  666. position: relative;
  667. }
  668. .dialog-title .dialog-title-img {
  669. position: absolute;
  670. left: -25px;
  671. top: -15px;
  672. }
  673. .dialog-title .title {
  674. margin-left: 20px;
  675. color: #1c99ff;
  676. // color: #05bb4c;
  677. }
  678. .dialog-body {
  679. position: relative;
  680. }
  681. .dialog-body .dialog-img {
  682. position: absolute;
  683. right: -20px;
  684. bottom: 50px;
  685. }
  686. .economicTable .el-table__header-wrapper tr {
  687. background: rgba(83, 89, 104, 0.3) !important;
  688. }
  689. .economicTable .el-table__header-wrapper tr th {
  690. vertical-align: top !important;
  691. }
  692. .economicTable .el-table__header-wrapper tr .cell {
  693. color: #b3b3b3;
  694. font-family: MicrosoftYaHei;
  695. font-size: 14px;
  696. }
  697. .economicTable .el-table__body-wrapper tr .cell {
  698. color: #d8d8d9;
  699. font-family: ArialMT;
  700. font-size: 13px;
  701. height: 25px !important;
  702. }
  703. .economicTable .el-table__body-wrapper tr .cell .el-checkbox {
  704. height: 25px;
  705. }
  706. .el-message-box {
  707. background: fade(#121d1c, 95);
  708. border: 1px solid fade(@green, 50);
  709. box-shadow: 0px 8px 17px 1px rgba(5, 187, 76, 0.3);
  710. }
  711. .el-message-box__header {
  712. .el-message-box__title {
  713. color: @gray;
  714. }
  715. }
  716. .el-message-box__content {
  717. color: @white;
  718. }
  719. .el-message-box__btns {
  720. .el-button {
  721. height: 30px;
  722. flex: 0 0 auto;
  723. background: transparent;
  724. border: 1px solid @gray;
  725. padding: 0 1.481vh;
  726. color: @gray;
  727. font-size: 1.296vh;
  728. cursor: pointer;
  729. &.el-button--primary {
  730. border-color: @green;
  731. color: @green;
  732. background: fade(@green, 20);
  733. }
  734. }
  735. }
  736. }
  737. .el-message {
  738. &.el-message--info {
  739. border-color: @gray;
  740. background-color: fade(@gray, 20);
  741. color: @gray;
  742. }
  743. &.el-message--success {
  744. border-color: @green;
  745. background-color: fade(@green, 20);
  746. color: @green;
  747. }
  748. &.el-message--warning {
  749. border-color: @yellow;
  750. background-color: fade(@yellow, 20);
  751. color: @yellow;
  752. }
  753. &.el-message--error {
  754. border-color: @red;
  755. background-color: fade(@red, 20);
  756. color: @red;
  757. }
  758. }