table.css 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488
  1. @charset "UTF-8";
  2. /* BEM support Func
  3. -------------------------- */
  4. /* Element Chalk Variables */
  5. /* Transition
  6. -------------------------- */
  7. /* Colors
  8. -------------------------- */
  9. /* 53a8ff */
  10. /* 66b1ff */
  11. /* 79bbff */
  12. /* 8cc5ff */
  13. /* a0cfff */
  14. /* b3d8ff */
  15. /* c6e2ff */
  16. /* d9ecff */
  17. /* ecf5ff */
  18. /* Link
  19. -------------------------- */
  20. /* Background
  21. -------------------------- */
  22. /* Border
  23. -------------------------- */
  24. /* Box-shadow
  25. -------------------------- */
  26. /* Fill
  27. -------------------------- */
  28. /* Font
  29. -------------------------- */
  30. /* Size
  31. -------------------------- */
  32. /* z-index
  33. -------------------------- */
  34. /* Disable base
  35. -------------------------- */
  36. /* Icon
  37. -------------------------- */
  38. /* Checkbox
  39. -------------------------- */
  40. /* Radio
  41. -------------------------- */
  42. /* Select
  43. -------------------------- */
  44. /* Alert
  45. -------------------------- */
  46. /* Message Box
  47. -------------------------- */
  48. /* Message
  49. -------------------------- */
  50. /* Notification
  51. -------------------------- */
  52. /* Input
  53. -------------------------- */
  54. /* Cascader
  55. -------------------------- */
  56. /* Group
  57. -------------------------- */
  58. /* Tab
  59. -------------------------- */
  60. /* Button
  61. -------------------------- */
  62. /* cascader
  63. -------------------------- */
  64. /* Switch
  65. -------------------------- */
  66. /* Dialog
  67. -------------------------- */
  68. /* Table
  69. -------------------------- */
  70. /* Pagination
  71. -------------------------- */
  72. /* Popover
  73. -------------------------- */
  74. /* Tooltip
  75. -------------------------- */
  76. /* Tag
  77. -------------------------- */
  78. /* Tree
  79. -------------------------- */
  80. /* Dropdown
  81. -------------------------- */
  82. /* Badge
  83. -------------------------- */
  84. /* Card
  85. --------------------------*/
  86. /* Slider
  87. --------------------------*/
  88. /* Steps
  89. --------------------------*/
  90. /* MenuSlide
  91. --------------------------*/
  92. /* Rate
  93. --------------------------*/
  94. /* DatePicker
  95. --------------------------*/
  96. /* Loading
  97. --------------------------*/
  98. /* Scrollbar
  99. --------------------------*/
  100. /* Carousel
  101. --------------------------*/
  102. /* Collapse
  103. --------------------------*/
  104. /* Transfer
  105. --------------------------*/
  106. /* Header
  107. --------------------------*/
  108. /* Footer
  109. --------------------------*/
  110. /* Main
  111. --------------------------*/
  112. /* Break-point
  113. --------------------------*/
  114. /* Break-points
  115. -------------------------- */
  116. /* Scrollbar
  117. -------------------------- */
  118. /* Placeholder
  119. -------------------------- */
  120. /* BEM
  121. -------------------------- */
  122. /* Element Chalk Variables */
  123. /* Transition
  124. -------------------------- */
  125. /* Colors
  126. -------------------------- */
  127. /* 53a8ff */
  128. /* 66b1ff */
  129. /* 79bbff */
  130. /* 8cc5ff */
  131. /* a0cfff */
  132. /* b3d8ff */
  133. /* c6e2ff */
  134. /* d9ecff */
  135. /* ecf5ff */
  136. /* Link
  137. -------------------------- */
  138. /* Background
  139. -------------------------- */
  140. /* Border
  141. -------------------------- */
  142. /* Box-shadow
  143. -------------------------- */
  144. /* Fill
  145. -------------------------- */
  146. /* Font
  147. -------------------------- */
  148. /* Size
  149. -------------------------- */
  150. /* z-index
  151. -------------------------- */
  152. /* Disable base
  153. -------------------------- */
  154. /* Icon
  155. -------------------------- */
  156. /* Checkbox
  157. -------------------------- */
  158. /* Radio
  159. -------------------------- */
  160. /* Select
  161. -------------------------- */
  162. /* Alert
  163. -------------------------- */
  164. /* Message Box
  165. -------------------------- */
  166. /* Message
  167. -------------------------- */
  168. /* Notification
  169. -------------------------- */
  170. /* Input
  171. -------------------------- */
  172. /* Cascader
  173. -------------------------- */
  174. /* Group
  175. -------------------------- */
  176. /* Tab
  177. -------------------------- */
  178. /* Button
  179. -------------------------- */
  180. /* cascader
  181. -------------------------- */
  182. /* Switch
  183. -------------------------- */
  184. /* Dialog
  185. -------------------------- */
  186. /* Table
  187. -------------------------- */
  188. /* Pagination
  189. -------------------------- */
  190. /* Popover
  191. -------------------------- */
  192. /* Tooltip
  193. -------------------------- */
  194. /* Tag
  195. -------------------------- */
  196. /* Tree
  197. -------------------------- */
  198. /* Dropdown
  199. -------------------------- */
  200. /* Badge
  201. -------------------------- */
  202. /* Card
  203. --------------------------*/
  204. /* Slider
  205. --------------------------*/
  206. /* Steps
  207. --------------------------*/
  208. /* MenuSlide
  209. --------------------------*/
  210. /* Rate
  211. --------------------------*/
  212. /* DatePicker
  213. --------------------------*/
  214. /* Loading
  215. --------------------------*/
  216. /* Scrollbar
  217. --------------------------*/
  218. /* Carousel
  219. --------------------------*/
  220. /* Collapse
  221. --------------------------*/
  222. /* Transfer
  223. --------------------------*/
  224. /* Header
  225. --------------------------*/
  226. /* Footer
  227. --------------------------*/
  228. /* Main
  229. --------------------------*/
  230. /* Break-point
  231. --------------------------*/
  232. /* BEM support Func
  233. -------------------------- */
  234. /* Element Chalk Variables */
  235. /* Transition
  236. -------------------------- */
  237. /* Colors
  238. -------------------------- */
  239. /* 53a8ff */
  240. /* 66b1ff */
  241. /* 79bbff */
  242. /* 8cc5ff */
  243. /* a0cfff */
  244. /* b3d8ff */
  245. /* c6e2ff */
  246. /* d9ecff */
  247. /* ecf5ff */
  248. /* Link
  249. -------------------------- */
  250. /* Background
  251. -------------------------- */
  252. /* Border
  253. -------------------------- */
  254. /* Box-shadow
  255. -------------------------- */
  256. /* Fill
  257. -------------------------- */
  258. /* Font
  259. -------------------------- */
  260. /* Size
  261. -------------------------- */
  262. /* z-index
  263. -------------------------- */
  264. /* Disable base
  265. -------------------------- */
  266. /* Icon
  267. -------------------------- */
  268. /* Checkbox
  269. -------------------------- */
  270. /* Radio
  271. -------------------------- */
  272. /* Select
  273. -------------------------- */
  274. /* Alert
  275. -------------------------- */
  276. /* Message Box
  277. -------------------------- */
  278. /* Message
  279. -------------------------- */
  280. /* Notification
  281. -------------------------- */
  282. /* Input
  283. -------------------------- */
  284. /* Cascader
  285. -------------------------- */
  286. /* Group
  287. -------------------------- */
  288. /* Tab
  289. -------------------------- */
  290. /* Button
  291. -------------------------- */
  292. /* cascader
  293. -------------------------- */
  294. /* Switch
  295. -------------------------- */
  296. /* Dialog
  297. -------------------------- */
  298. /* Table
  299. -------------------------- */
  300. /* Pagination
  301. -------------------------- */
  302. /* Popover
  303. -------------------------- */
  304. /* Tooltip
  305. -------------------------- */
  306. /* Tag
  307. -------------------------- */
  308. /* Tree
  309. -------------------------- */
  310. /* Dropdown
  311. -------------------------- */
  312. /* Badge
  313. -------------------------- */
  314. /* Card
  315. --------------------------*/
  316. /* Slider
  317. --------------------------*/
  318. /* Steps
  319. --------------------------*/
  320. /* MenuSlide
  321. --------------------------*/
  322. /* Rate
  323. --------------------------*/
  324. /* DatePicker
  325. --------------------------*/
  326. /* Loading
  327. --------------------------*/
  328. /* Scrollbar
  329. --------------------------*/
  330. /* Carousel
  331. --------------------------*/
  332. /* Collapse
  333. --------------------------*/
  334. /* Transfer
  335. --------------------------*/
  336. /* Header
  337. --------------------------*/
  338. /* Footer
  339. --------------------------*/
  340. /* Main
  341. --------------------------*/
  342. /* Break-point
  343. --------------------------*/
  344. /* Break-points
  345. -------------------------- */
  346. /* Scrollbar
  347. -------------------------- */
  348. /* Placeholder
  349. -------------------------- */
  350. /* BEM
  351. -------------------------- */
  352. /* Element Chalk Variables */
  353. /* Transition
  354. -------------------------- */
  355. /* Colors
  356. -------------------------- */
  357. /* 53a8ff */
  358. /* 66b1ff */
  359. /* 79bbff */
  360. /* 8cc5ff */
  361. /* a0cfff */
  362. /* b3d8ff */
  363. /* c6e2ff */
  364. /* d9ecff */
  365. /* ecf5ff */
  366. /* Link
  367. -------------------------- */
  368. /* Background
  369. -------------------------- */
  370. /* Border
  371. -------------------------- */
  372. /* Box-shadow
  373. -------------------------- */
  374. /* Fill
  375. -------------------------- */
  376. /* Font
  377. -------------------------- */
  378. /* Size
  379. -------------------------- */
  380. /* z-index
  381. -------------------------- */
  382. /* Disable base
  383. -------------------------- */
  384. /* Icon
  385. -------------------------- */
  386. /* Checkbox
  387. -------------------------- */
  388. /* Radio
  389. -------------------------- */
  390. /* Select
  391. -------------------------- */
  392. /* Alert
  393. -------------------------- */
  394. /* Message Box
  395. -------------------------- */
  396. /* Message
  397. -------------------------- */
  398. /* Notification
  399. -------------------------- */
  400. /* Input
  401. -------------------------- */
  402. /* Cascader
  403. -------------------------- */
  404. /* Group
  405. -------------------------- */
  406. /* Tab
  407. -------------------------- */
  408. /* Button
  409. -------------------------- */
  410. /* cascader
  411. -------------------------- */
  412. /* Switch
  413. -------------------------- */
  414. /* Dialog
  415. -------------------------- */
  416. /* Table
  417. -------------------------- */
  418. /* Pagination
  419. -------------------------- */
  420. /* Popover
  421. -------------------------- */
  422. /* Tooltip
  423. -------------------------- */
  424. /* Tag
  425. -------------------------- */
  426. /* Tree
  427. -------------------------- */
  428. /* Dropdown
  429. -------------------------- */
  430. /* Badge
  431. -------------------------- */
  432. /* Card
  433. --------------------------*/
  434. /* Slider
  435. --------------------------*/
  436. /* Steps
  437. --------------------------*/
  438. /* MenuSlide
  439. --------------------------*/
  440. /* Rate
  441. --------------------------*/
  442. /* DatePicker
  443. --------------------------*/
  444. /* Loading
  445. --------------------------*/
  446. /* Scrollbar
  447. --------------------------*/
  448. /* Carousel
  449. --------------------------*/
  450. /* Collapse
  451. --------------------------*/
  452. /* Transfer
  453. --------------------------*/
  454. /* Header
  455. --------------------------*/
  456. /* Footer
  457. --------------------------*/
  458. /* Main
  459. --------------------------*/
  460. /* Break-point
  461. --------------------------*/
  462. .el-checkbox {
  463. color: #5a5e66;
  464. font-weight: 500;
  465. font-size: 14px;
  466. position: relative;
  467. cursor: pointer;
  468. display: inline-block;
  469. white-space: nowrap;
  470. -webkit-user-select: none;
  471. -moz-user-select: none;
  472. -ms-user-select: none;
  473. user-select: none; }
  474. .el-checkbox.is-bordered {
  475. padding: 9px 20px 9px 10px;
  476. border-radius: 4px;
  477. border: 1px solid #d8dce5;
  478. -webkit-box-sizing: border-box;
  479. box-sizing: border-box;
  480. line-height: normal;
  481. height: 40px; }
  482. .el-checkbox.is-bordered.is-checked {
  483. border-color: #1b1e24; }
  484. .el-checkbox.is-bordered.is-disabled {
  485. border-color: #e6ebf5;
  486. cursor: not-allowed; }
  487. .el-checkbox.is-bordered + .el-checkbox.is-bordered {
  488. margin-left: 10px; }
  489. .el-checkbox.is-bordered.el-checkbox--medium {
  490. padding: 7px 20px 7px 10px;
  491. border-radius: 4px;
  492. height: 36px; }
  493. .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  494. line-height: 17px;
  495. font-size: 14px; }
  496. .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  497. height: 14px;
  498. width: 14px; }
  499. .el-checkbox.is-bordered.el-checkbox--small {
  500. padding: 5px 15px 5px 10px;
  501. border-radius: 3px;
  502. height: 32px; }
  503. .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  504. line-height: 15px;
  505. font-size: 12px; }
  506. .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  507. height: 12px;
  508. width: 12px; }
  509. .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  510. height: 6px;
  511. width: 2px; }
  512. .el-checkbox.is-bordered.el-checkbox--mini {
  513. padding: 3px 15px 3px 10px;
  514. border-radius: 3px;
  515. height: 28px; }
  516. .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  517. line-height: 12px;
  518. font-size: 12px; }
  519. .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  520. height: 12px;
  521. width: 12px; }
  522. .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  523. height: 6px;
  524. width: 2px; }
  525. .el-checkbox__input {
  526. white-space: nowrap;
  527. cursor: pointer;
  528. outline: none;
  529. display: inline-block;
  530. line-height: 1;
  531. position: relative;
  532. vertical-align: middle; }
  533. .el-checkbox__input.is-disabled .el-checkbox__inner {
  534. background-color: #edf2fc;
  535. border-color: #d8dce5;
  536. cursor: not-allowed; }
  537. .el-checkbox__input.is-disabled .el-checkbox__inner::after {
  538. cursor: not-allowed;
  539. border-color: #b4bccc; }
  540. .el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  541. cursor: not-allowed; }
  542. .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  543. background-color: #edf2fc;
  544. border-color: #d8dce5; }
  545. .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  546. border-color: #b4bccc; }
  547. .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  548. background-color: #edf2fc;
  549. border-color: #d8dce5; }
  550. .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  551. background-color: #b4bccc;
  552. border-color: #b4bccc; }
  553. .el-checkbox__input.is-disabled + span.el-checkbox__label {
  554. color: #b4bccc;
  555. cursor: not-allowed; }
  556. .el-checkbox__input.is-checked .el-checkbox__inner {
  557. background-color: #1b1e24;
  558. border-color: #1b1e24; }
  559. .el-checkbox__input.is-checked .el-checkbox__inner::after {
  560. -webkit-transform: rotate(45deg) scaleY(1);
  561. transform: rotate(45deg) scaleY(1); }
  562. .el-checkbox__input.is-checked + .el-checkbox__label {
  563. color: #1b1e24; }
  564. .el-checkbox__input.is-focus {
  565. /*focus时 视觉上区分*/ }
  566. .el-checkbox__input.is-focus .el-checkbox__inner {
  567. border-color: #1b1e24; }
  568. .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  569. background-color: #1b1e24;
  570. border-color: #1b1e24; }
  571. .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  572. content: '';
  573. position: absolute;
  574. display: block;
  575. background-color: #fff;
  576. height: 2px;
  577. -webkit-transform: scale(0.5);
  578. transform: scale(0.5);
  579. left: 0;
  580. right: 0;
  581. top: 5px; }
  582. .el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  583. display: none; }
  584. .el-checkbox__inner {
  585. display: inline-block;
  586. position: relative;
  587. border: 1px solid #d8dce5;
  588. border-radius: 2px;
  589. -webkit-box-sizing: border-box;
  590. box-sizing: border-box;
  591. width: 14px;
  592. height: 14px;
  593. background-color: #fff;
  594. z-index: 1;
  595. -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  596. transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46); }
  597. .el-checkbox__inner:hover {
  598. border-color: #1b1e24; }
  599. .el-checkbox__inner::after {
  600. -webkit-box-sizing: content-box;
  601. box-sizing: content-box;
  602. content: "";
  603. border: 1px solid #fff;
  604. border-left: 0;
  605. border-top: 0;
  606. height: 7px;
  607. left: 4px;
  608. position: absolute;
  609. top: 1px;
  610. -webkit-transform: rotate(45deg) scaleY(0);
  611. transform: rotate(45deg) scaleY(0);
  612. width: 3px;
  613. -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.71, -0.46, 0.88, 0.6) 0.05s;
  614. transition: -webkit-transform 0.15s cubic-bezier(0.71, -0.46, 0.88, 0.6) 0.05s;
  615. transition: transform 0.15s cubic-bezier(0.71, -0.46, 0.88, 0.6) 0.05s;
  616. transition: transform 0.15s cubic-bezier(0.71, -0.46, 0.88, 0.6) 0.05s, -webkit-transform 0.15s cubic-bezier(0.71, -0.46, 0.88, 0.6) 0.05s;
  617. -webkit-transform-origin: center;
  618. transform-origin: center; }
  619. .el-checkbox__original {
  620. opacity: 0;
  621. outline: none;
  622. position: absolute;
  623. margin: 0;
  624. width: 0;
  625. height: 0;
  626. left: -999px; }
  627. .el-checkbox__label {
  628. display: inline-block;
  629. padding-left: 10px;
  630. line-height: 19px;
  631. font-size: 14px; }
  632. .el-checkbox + .el-checkbox {
  633. margin-left: 30px; }
  634. .el-checkbox-button {
  635. position: relative;
  636. display: inline-block; }
  637. .el-checkbox-button__inner {
  638. display: inline-block;
  639. line-height: 1;
  640. font-weight: 500;
  641. white-space: nowrap;
  642. vertical-align: middle;
  643. cursor: pointer;
  644. background: #fff;
  645. border: 1px solid #d8dce5;
  646. border-left: 0;
  647. color: #5a5e66;
  648. -webkit-appearance: none;
  649. text-align: center;
  650. -webkit-box-sizing: border-box;
  651. box-sizing: border-box;
  652. outline: none;
  653. margin: 0;
  654. position: relative;
  655. -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  656. transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  657. -moz-user-select: none;
  658. -webkit-user-select: none;
  659. -ms-user-select: none;
  660. padding: 12px 20px;
  661. font-size: 14px;
  662. border-radius: 0; }
  663. .el-checkbox-button__inner.is-round {
  664. padding: 12px 20px; }
  665. .el-checkbox-button__inner:hover {
  666. color: #1b1e24; }
  667. .el-checkbox-button__inner [class*="el-icon-"] {
  668. line-height: 0.9; }
  669. .el-checkbox-button__inner [class*="el-icon-"] + span {
  670. margin-left: 5px; }
  671. .el-checkbox-button__original {
  672. opacity: 0;
  673. outline: none;
  674. position: absolute;
  675. margin: 0;
  676. left: -999px; }
  677. .el-checkbox-button.is-checked .el-checkbox-button__inner {
  678. color: #fff;
  679. background-color: #1b1e24;
  680. border-color: #1b1e24;
  681. -webkit-box-shadow: -1px 0 0 0 #76787c;
  682. box-shadow: -1px 0 0 0 #76787c; }
  683. .el-checkbox-button.is-disabled .el-checkbox-button__inner {
  684. color: #b4bccc;
  685. cursor: not-allowed;
  686. background-image: none;
  687. background-color: #fff;
  688. border-color: #e6ebf5;
  689. -webkit-box-shadow: none;
  690. box-shadow: none; }
  691. .el-checkbox-button:first-child .el-checkbox-button__inner {
  692. border-left: 1px solid #d8dce5;
  693. border-radius: 4px 0 0 4px;
  694. -webkit-box-shadow: none !important;
  695. box-shadow: none !important; }
  696. .el-checkbox-button.is-focus .el-checkbox-button__inner {
  697. border-color: #1b1e24; }
  698. .el-checkbox-button:last-child .el-checkbox-button__inner {
  699. border-radius: 0 4px 4px 0; }
  700. .el-checkbox-button--medium .el-checkbox-button__inner {
  701. padding: 10px 20px;
  702. font-size: 14px;
  703. border-radius: 0; }
  704. .el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  705. padding: 10px 20px; }
  706. .el-checkbox-button--small .el-checkbox-button__inner {
  707. padding: 9px 15px;
  708. font-size: 12px;
  709. border-radius: 0; }
  710. .el-checkbox-button--small .el-checkbox-button__inner.is-round {
  711. padding: 9px 15px; }
  712. .el-checkbox-button--mini .el-checkbox-button__inner {
  713. padding: 7px 15px;
  714. font-size: 12px;
  715. border-radius: 0; }
  716. .el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  717. padding: 7px 15px; }
  718. .el-checkbox-group {
  719. font-size: 0; }
  720. /* BEM support Func
  721. -------------------------- */
  722. /* Element Chalk Variables */
  723. /* Transition
  724. -------------------------- */
  725. /* Colors
  726. -------------------------- */
  727. /* 53a8ff */
  728. /* 66b1ff */
  729. /* 79bbff */
  730. /* 8cc5ff */
  731. /* a0cfff */
  732. /* b3d8ff */
  733. /* c6e2ff */
  734. /* d9ecff */
  735. /* ecf5ff */
  736. /* Link
  737. -------------------------- */
  738. /* Background
  739. -------------------------- */
  740. /* Border
  741. -------------------------- */
  742. /* Box-shadow
  743. -------------------------- */
  744. /* Fill
  745. -------------------------- */
  746. /* Font
  747. -------------------------- */
  748. /* Size
  749. -------------------------- */
  750. /* z-index
  751. -------------------------- */
  752. /* Disable base
  753. -------------------------- */
  754. /* Icon
  755. -------------------------- */
  756. /* Checkbox
  757. -------------------------- */
  758. /* Radio
  759. -------------------------- */
  760. /* Select
  761. -------------------------- */
  762. /* Alert
  763. -------------------------- */
  764. /* Message Box
  765. -------------------------- */
  766. /* Message
  767. -------------------------- */
  768. /* Notification
  769. -------------------------- */
  770. /* Input
  771. -------------------------- */
  772. /* Cascader
  773. -------------------------- */
  774. /* Group
  775. -------------------------- */
  776. /* Tab
  777. -------------------------- */
  778. /* Button
  779. -------------------------- */
  780. /* cascader
  781. -------------------------- */
  782. /* Switch
  783. -------------------------- */
  784. /* Dialog
  785. -------------------------- */
  786. /* Table
  787. -------------------------- */
  788. /* Pagination
  789. -------------------------- */
  790. /* Popover
  791. -------------------------- */
  792. /* Tooltip
  793. -------------------------- */
  794. /* Tag
  795. -------------------------- */
  796. /* Tree
  797. -------------------------- */
  798. /* Dropdown
  799. -------------------------- */
  800. /* Badge
  801. -------------------------- */
  802. /* Card
  803. --------------------------*/
  804. /* Slider
  805. --------------------------*/
  806. /* Steps
  807. --------------------------*/
  808. /* MenuSlide
  809. --------------------------*/
  810. /* Rate
  811. --------------------------*/
  812. /* DatePicker
  813. --------------------------*/
  814. /* Loading
  815. --------------------------*/
  816. /* Scrollbar
  817. --------------------------*/
  818. /* Carousel
  819. --------------------------*/
  820. /* Collapse
  821. --------------------------*/
  822. /* Transfer
  823. --------------------------*/
  824. /* Header
  825. --------------------------*/
  826. /* Footer
  827. --------------------------*/
  828. /* Main
  829. --------------------------*/
  830. /* Break-point
  831. --------------------------*/
  832. /* Break-points
  833. -------------------------- */
  834. /* Scrollbar
  835. -------------------------- */
  836. /* Placeholder
  837. -------------------------- */
  838. /* BEM
  839. -------------------------- */
  840. /* Element Chalk Variables */
  841. /* Transition
  842. -------------------------- */
  843. /* Colors
  844. -------------------------- */
  845. /* 53a8ff */
  846. /* 66b1ff */
  847. /* 79bbff */
  848. /* 8cc5ff */
  849. /* a0cfff */
  850. /* b3d8ff */
  851. /* c6e2ff */
  852. /* d9ecff */
  853. /* ecf5ff */
  854. /* Link
  855. -------------------------- */
  856. /* Background
  857. -------------------------- */
  858. /* Border
  859. -------------------------- */
  860. /* Box-shadow
  861. -------------------------- */
  862. /* Fill
  863. -------------------------- */
  864. /* Font
  865. -------------------------- */
  866. /* Size
  867. -------------------------- */
  868. /* z-index
  869. -------------------------- */
  870. /* Disable base
  871. -------------------------- */
  872. /* Icon
  873. -------------------------- */
  874. /* Checkbox
  875. -------------------------- */
  876. /* Radio
  877. -------------------------- */
  878. /* Select
  879. -------------------------- */
  880. /* Alert
  881. -------------------------- */
  882. /* Message Box
  883. -------------------------- */
  884. /* Message
  885. -------------------------- */
  886. /* Notification
  887. -------------------------- */
  888. /* Input
  889. -------------------------- */
  890. /* Cascader
  891. -------------------------- */
  892. /* Group
  893. -------------------------- */
  894. /* Tab
  895. -------------------------- */
  896. /* Button
  897. -------------------------- */
  898. /* cascader
  899. -------------------------- */
  900. /* Switch
  901. -------------------------- */
  902. /* Dialog
  903. -------------------------- */
  904. /* Table
  905. -------------------------- */
  906. /* Pagination
  907. -------------------------- */
  908. /* Popover
  909. -------------------------- */
  910. /* Tooltip
  911. -------------------------- */
  912. /* Tag
  913. -------------------------- */
  914. /* Tree
  915. -------------------------- */
  916. /* Dropdown
  917. -------------------------- */
  918. /* Badge
  919. -------------------------- */
  920. /* Card
  921. --------------------------*/
  922. /* Slider
  923. --------------------------*/
  924. /* Steps
  925. --------------------------*/
  926. /* MenuSlide
  927. --------------------------*/
  928. /* Rate
  929. --------------------------*/
  930. /* DatePicker
  931. --------------------------*/
  932. /* Loading
  933. --------------------------*/
  934. /* Scrollbar
  935. --------------------------*/
  936. /* Carousel
  937. --------------------------*/
  938. /* Collapse
  939. --------------------------*/
  940. /* Transfer
  941. --------------------------*/
  942. /* Header
  943. --------------------------*/
  944. /* Footer
  945. --------------------------*/
  946. /* Main
  947. --------------------------*/
  948. /* Break-point
  949. --------------------------*/
  950. .el-tag {
  951. background-color: rgba(27, 30, 36, 0.1);
  952. display: inline-block;
  953. padding: 0 10px;
  954. height: 32px;
  955. line-height: 30px;
  956. font-size: 12px;
  957. color: #1b1e24;
  958. border-radius: 4px;
  959. -webkit-box-sizing: border-box;
  960. box-sizing: border-box;
  961. border: 1px solid rgba(27, 30, 36, 0.2);
  962. white-space: nowrap; }
  963. .el-tag .el-icon-close {
  964. border-radius: 50%;
  965. text-align: center;
  966. position: relative;
  967. cursor: pointer;
  968. font-size: 12px;
  969. height: 18px;
  970. width: 18px;
  971. line-height: 18px;
  972. vertical-align: middle;
  973. top: -1px;
  974. right: -5px;
  975. color: #1b1e24; }
  976. .el-tag .el-icon-close::before {
  977. display: block; }
  978. .el-tag .el-icon-close:hover {
  979. background-color: #1b1e24;
  980. color: #fff; }
  981. .el-tag--info {
  982. background-color: rgba(119, 119, 119, 0.1);
  983. border-color: rgba(119, 119, 119, 0.2);
  984. color: #777; }
  985. .el-tag--info.is-hit {
  986. border-color: #777; }
  987. .el-tag--info .el-tag__close {
  988. color: #777; }
  989. .el-tag--info .el-tag__close:hover {
  990. background-color: #777;
  991. color: #fff; }
  992. .el-tag--success {
  993. background-color: rgba(28, 175, 154, 0.1);
  994. border-color: rgba(28, 175, 154, 0.2);
  995. color: #1caf9a; }
  996. .el-tag--success.is-hit {
  997. border-color: #1caf9a; }
  998. .el-tag--success .el-tag__close {
  999. color: #1caf9a; }
  1000. .el-tag--success .el-tag__close:hover {
  1001. background-color: #1caf9a;
  1002. color: #fff; }
  1003. .el-tag--warning {
  1004. background-color: rgba(250, 130, 115, 0.1);
  1005. border-color: rgba(250, 130, 115, 0.2);
  1006. color: #FA8273; }
  1007. .el-tag--warning.is-hit {
  1008. border-color: #FA8273; }
  1009. .el-tag--warning .el-tag__close {
  1010. color: #FA8273; }
  1011. .el-tag--warning .el-tag__close:hover {
  1012. background-color: #FA8273;
  1013. color: #fff; }
  1014. .el-tag--danger {
  1015. background-color: rgba(224, 75, 74, 0.1);
  1016. border-color: rgba(224, 75, 74, 0.2);
  1017. color: #E04B4A; }
  1018. .el-tag--danger.is-hit {
  1019. border-color: #E04B4A; }
  1020. .el-tag--danger .el-tag__close {
  1021. color: #E04B4A; }
  1022. .el-tag--danger .el-tag__close:hover {
  1023. background-color: #E04B4A;
  1024. color: #fff; }
  1025. .el-tag--medium {
  1026. height: 28px;
  1027. line-height: 26px; }
  1028. .el-tag--medium .el-icon-close {
  1029. -webkit-transform: scale(0.8);
  1030. transform: scale(0.8); }
  1031. .el-tag--small {
  1032. height: 24px;
  1033. padding: 0 8px;
  1034. line-height: 22px; }
  1035. .el-tag--small .el-icon-close {
  1036. -webkit-transform: scale(0.8);
  1037. transform: scale(0.8); }
  1038. .el-tag--mini {
  1039. height: 20px;
  1040. padding: 0 5px;
  1041. line-height: 19px; }
  1042. .el-tag--mini .el-icon-close {
  1043. margin-left: -3px;
  1044. -webkit-transform: scale(0.7);
  1045. transform: scale(0.7); }
  1046. /* Element Chalk Variables */
  1047. /* Transition
  1048. -------------------------- */
  1049. /* Colors
  1050. -------------------------- */
  1051. /* 53a8ff */
  1052. /* 66b1ff */
  1053. /* 79bbff */
  1054. /* 8cc5ff */
  1055. /* a0cfff */
  1056. /* b3d8ff */
  1057. /* c6e2ff */
  1058. /* d9ecff */
  1059. /* ecf5ff */
  1060. /* Link
  1061. -------------------------- */
  1062. /* Background
  1063. -------------------------- */
  1064. /* Border
  1065. -------------------------- */
  1066. /* Box-shadow
  1067. -------------------------- */
  1068. /* Fill
  1069. -------------------------- */
  1070. /* Font
  1071. -------------------------- */
  1072. /* Size
  1073. -------------------------- */
  1074. /* z-index
  1075. -------------------------- */
  1076. /* Disable base
  1077. -------------------------- */
  1078. /* Icon
  1079. -------------------------- */
  1080. /* Checkbox
  1081. -------------------------- */
  1082. /* Radio
  1083. -------------------------- */
  1084. /* Select
  1085. -------------------------- */
  1086. /* Alert
  1087. -------------------------- */
  1088. /* Message Box
  1089. -------------------------- */
  1090. /* Message
  1091. -------------------------- */
  1092. /* Notification
  1093. -------------------------- */
  1094. /* Input
  1095. -------------------------- */
  1096. /* Cascader
  1097. -------------------------- */
  1098. /* Group
  1099. -------------------------- */
  1100. /* Tab
  1101. -------------------------- */
  1102. /* Button
  1103. -------------------------- */
  1104. /* cascader
  1105. -------------------------- */
  1106. /* Switch
  1107. -------------------------- */
  1108. /* Dialog
  1109. -------------------------- */
  1110. /* Table
  1111. -------------------------- */
  1112. /* Pagination
  1113. -------------------------- */
  1114. /* Popover
  1115. -------------------------- */
  1116. /* Tooltip
  1117. -------------------------- */
  1118. /* Tag
  1119. -------------------------- */
  1120. /* Tree
  1121. -------------------------- */
  1122. /* Dropdown
  1123. -------------------------- */
  1124. /* Badge
  1125. -------------------------- */
  1126. /* Card
  1127. --------------------------*/
  1128. /* Slider
  1129. --------------------------*/
  1130. /* Steps
  1131. --------------------------*/
  1132. /* MenuSlide
  1133. --------------------------*/
  1134. /* Rate
  1135. --------------------------*/
  1136. /* DatePicker
  1137. --------------------------*/
  1138. /* Loading
  1139. --------------------------*/
  1140. /* Scrollbar
  1141. --------------------------*/
  1142. /* Carousel
  1143. --------------------------*/
  1144. /* Collapse
  1145. --------------------------*/
  1146. /* Transfer
  1147. --------------------------*/
  1148. /* Header
  1149. --------------------------*/
  1150. /* Footer
  1151. --------------------------*/
  1152. /* Main
  1153. --------------------------*/
  1154. /* Break-point
  1155. --------------------------*/
  1156. .el-table {
  1157. position: relative;
  1158. overflow: hidden;
  1159. -webkit-box-sizing: border-box;
  1160. box-sizing: border-box;
  1161. -webkit-box-flex: 1;
  1162. -ms-flex: 1;
  1163. flex: 1;
  1164. width: 100%;
  1165. max-width: 100%;
  1166. background-color: #fff;
  1167. font-size: 14px;
  1168. color: #5a5e66; }
  1169. .el-table__empty-block {
  1170. position: relative;
  1171. min-height: 60px;
  1172. text-align: center;
  1173. width: 100%;
  1174. height: 100%; }
  1175. .el-table__empty-text {
  1176. position: absolute;
  1177. left: 50%;
  1178. top: 50%;
  1179. -webkit-transform: translate(-50%, -50%);
  1180. transform: translate(-50%, -50%);
  1181. color: color(#1b1e24 s(16%) l(44%)); }
  1182. .el-table__expand-column .cell {
  1183. padding: 0;
  1184. text-align: center; }
  1185. .el-table__expand-icon {
  1186. position: relative;
  1187. cursor: pointer;
  1188. color: #666;
  1189. font-size: 12px;
  1190. -webkit-transition: -webkit-transform 0.2s ease-in-out;
  1191. transition: -webkit-transform 0.2s ease-in-out;
  1192. transition: transform 0.2s ease-in-out;
  1193. transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  1194. height: 20px; }
  1195. .el-table__expand-icon--expanded {
  1196. -webkit-transform: rotate(90deg);
  1197. transform: rotate(90deg); }
  1198. .el-table__expand-icon > .el-icon {
  1199. position: absolute;
  1200. left: 50%;
  1201. top: 50%;
  1202. margin-left: -5px;
  1203. margin-top: -5px; }
  1204. .el-table__expanded-cell {
  1205. background-color: #fff; }
  1206. .el-table__expanded-cell[class*=cell] {
  1207. padding: 20px 50px; }
  1208. .el-table__expanded-cell:hover {
  1209. background-color: #011638 !important; }
  1210. .el-table--fit {
  1211. border-right: 0;
  1212. border-bottom: 0; }
  1213. .el-table--fit th.gutter, .el-table--fit td.gutter {
  1214. border-right-width: 1px; }
  1215. .el-table thead {
  1216. color: #878d99;
  1217. font-weight: 500; }
  1218. .el-table thead.is-group th {
  1219. background: #011638; }
  1220. .el-table th, .el-table td {
  1221. padding: 12px 0;
  1222. min-width: 0;
  1223. -webkit-box-sizing: border-box;
  1224. box-sizing: border-box;
  1225. text-overflow: ellipsis;
  1226. vertical-align: middle;
  1227. position: relative; }
  1228. .el-table th.is-center, .el-table td.is-center {
  1229. text-align: center; }
  1230. .el-table th.is-left, .el-table td.is-left {
  1231. text-align: left; }
  1232. .el-table th.is-right, .el-table td.is-right {
  1233. text-align: right; }
  1234. .el-table th.gutter, .el-table td.gutter {
  1235. width: 15px;
  1236. border-right-width: 0;
  1237. border-bottom-width: 0;
  1238. padding: 0; }
  1239. .el-table th.is-hidden > *, .el-table td.is-hidden > * {
  1240. visibility: hidden; }
  1241. .el-table--medium th, .el-table--medium td {
  1242. padding: 10px 0; }
  1243. .el-table--small {
  1244. font-size: 12px; }
  1245. .el-table--small th, .el-table--small td {
  1246. padding: 8px 0; }
  1247. .el-table--mini {
  1248. font-size: 12px; }
  1249. .el-table--mini th, .el-table--mini td {
  1250. padding: 6px 0; }
  1251. .el-table tr {
  1252. background-color: #fff; }
  1253. .el-table tr input[type="checkbox"] {
  1254. margin: 0; }
  1255. .el-table th.is-leaf, .el-table td {
  1256. border-bottom: 1px solid #e6ebf5; }
  1257. .el-table th.is-sortable {
  1258. cursor: pointer; }
  1259. .el-table th {
  1260. white-space: nowrap;
  1261. overflow: hidden;
  1262. -webkit-user-select: none;
  1263. -moz-user-select: none;
  1264. -ms-user-select: none;
  1265. user-select: none;
  1266. text-align: left; }
  1267. .el-table th div {
  1268. display: inline-block;
  1269. padding-left: 10px;
  1270. padding-right: 10px;
  1271. line-height: 40px;
  1272. -webkit-box-sizing: border-box;
  1273. box-sizing: border-box;
  1274. overflow: hidden;
  1275. white-space: nowrap;
  1276. text-overflow: ellipsis; }
  1277. .el-table th > .cell {
  1278. position: relative;
  1279. word-wrap: normal;
  1280. text-overflow: ellipsis;
  1281. display: inline-block;
  1282. vertical-align: middle;
  1283. width: 100%;
  1284. -webkit-box-sizing: border-box;
  1285. box-sizing: border-box; }
  1286. .el-table th > .cell.highlight {
  1287. color: #1b1e24; }
  1288. .el-table th.required > div::before {
  1289. display: inline-block;
  1290. content: "";
  1291. width: 8px;
  1292. height: 8px;
  1293. border-radius: 50%;
  1294. background: #ff4d51;
  1295. margin-right: 5px;
  1296. vertical-align: middle; }
  1297. .el-table td div {
  1298. -webkit-box-sizing: border-box;
  1299. box-sizing: border-box; }
  1300. .el-table td.gutter {
  1301. width: 0; }
  1302. .el-table .cell {
  1303. -webkit-box-sizing: border-box;
  1304. box-sizing: border-box;
  1305. overflow: hidden;
  1306. text-overflow: ellipsis;
  1307. white-space: normal;
  1308. word-break: break-all;
  1309. line-height: 23px;
  1310. padding-left: 10px;
  1311. padding-right: 10px; }
  1312. .el-table .cell.el-tooltip {
  1313. white-space: nowrap;
  1314. min-width: 50px; }
  1315. .el-table--group, .el-table--border {
  1316. border: 1px solid #e6ebf5; }
  1317. .el-table--group::after, .el-table--border::after, .el-table::before {
  1318. content: '';
  1319. position: absolute;
  1320. background-color: #e6ebf5;
  1321. z-index: 1; }
  1322. .el-table--group::after, .el-table--border::after {
  1323. top: 0;
  1324. right: 0;
  1325. width: 1px;
  1326. height: 100%; }
  1327. .el-table::before {
  1328. left: 0;
  1329. bottom: 0;
  1330. width: 100%;
  1331. height: 1px; }
  1332. .el-table--border {
  1333. border-right: none;
  1334. border-bottom: none; }
  1335. .el-table--border th, .el-table--border td {
  1336. border-right: 1px solid #e6ebf5; }
  1337. .el-table--border th:first-child .cell, .el-table--border td:first-child .cell {
  1338. padding-left: 10px; }
  1339. .el-table--border .has-gutter th:nth-last-of-type(2), .el-table--border .has-gutter td:nth-last-of-type(2) {
  1340. border-right: none; }
  1341. .el-table--border th.gutter:last-of-type {
  1342. border-bottom: 1px solid #e6ebf5;
  1343. border-bottom-width: 1px; }
  1344. .el-table--border th {
  1345. border-bottom: 1px solid #e6ebf5; }
  1346. .el-table--hidden {
  1347. visibility: hidden; }
  1348. .el-table__fixed, .el-table__fixed-right {
  1349. position: absolute;
  1350. top: 0;
  1351. left: 0;
  1352. overflow-x: hidden;
  1353. -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  1354. box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
  1355. .el-table__fixed::before, .el-table__fixed-right::before {
  1356. content: '';
  1357. position: absolute;
  1358. left: 0;
  1359. bottom: 0;
  1360. width: 100%;
  1361. height: 1px;
  1362. background-color: #e6ebf5;
  1363. z-index: 4; }
  1364. .el-table__fixed-right-patch {
  1365. position: absolute;
  1366. top: -1px;
  1367. right: 0;
  1368. background-color: #fff;
  1369. border-bottom: 1px solid #e6ebf5; }
  1370. .el-table__fixed-right {
  1371. top: 0;
  1372. left: auto;
  1373. right: 0; }
  1374. .el-table__fixed-right .el-table__fixed-header-wrapper, .el-table__fixed-right .el-table__fixed-body-wrapper, .el-table__fixed-right .el-table__fixed-footer-wrapper {
  1375. left: auto;
  1376. right: 0; }
  1377. .el-table__fixed-header-wrapper {
  1378. position: absolute;
  1379. left: 0;
  1380. top: 0;
  1381. z-index: 3; }
  1382. .el-table__fixed-footer-wrapper {
  1383. position: absolute;
  1384. left: 0;
  1385. bottom: 0;
  1386. z-index: 3; }
  1387. .el-table__fixed-footer-wrapper tbody td {
  1388. border-top: 1px solid #e6ebf5;
  1389. background-color: #011638;
  1390. color: #5a5e66; }
  1391. .el-table__fixed-body-wrapper {
  1392. position: absolute;
  1393. left: 0;
  1394. top: 37px;
  1395. overflow: hidden;
  1396. z-index: 3; }
  1397. .el-table__header-wrapper, .el-table__body-wrapper, .el-table__footer-wrapper {
  1398. width: 100%; }
  1399. .el-table__footer-wrapper {
  1400. margin-top: -1px; }
  1401. .el-table__footer-wrapper td {
  1402. border-top: 1px solid #e6ebf5; }
  1403. .el-table__header, .el-table__body, .el-table__footer {
  1404. table-layout: fixed; }
  1405. .el-table__header-wrapper, .el-table__footer-wrapper {
  1406. overflow: hidden; }
  1407. .el-table__header-wrapper tbody td, .el-table__footer-wrapper tbody td {
  1408. background-color: #011638;
  1409. color: #5a5e66; }
  1410. .el-table__body-wrapper {
  1411. overflow: auto;
  1412. position: relative; }
  1413. .el-table__body-wrapper.is-scroll-none ~ .el-table__fixed, .el-table__body-wrapper.is-scroll-none ~ .el-table__fixed-right {
  1414. -webkit-box-shadow: none;
  1415. box-shadow: none; }
  1416. .el-table__body-wrapper.is-scroll-left ~ .el-table__fixed {
  1417. -webkit-box-shadow: none;
  1418. box-shadow: none; }
  1419. .el-table__body-wrapper.is-scroll-right ~ .el-table__fixed-right {
  1420. -webkit-box-shadow: none;
  1421. box-shadow: none; }
  1422. .el-table__body-wrapper .el-table--border.is-scroll-right ~ .el-table__fixed-right {
  1423. border-left: 1px solid #e6ebf5; }
  1424. .el-table__body-wrapper .el-table--border.is-scroll-left ~ .el-table__fixed {
  1425. border-right: 1px solid #e6ebf5; }
  1426. .el-table .caret-wrapper {
  1427. position: absolute;
  1428. display: inline-block;
  1429. height: 100%;
  1430. vertical-align: middle;
  1431. cursor: pointer;
  1432. overflow: initial; }
  1433. .el-table .sort-caret {
  1434. color: #b4bccc;
  1435. width: 14px;
  1436. overflow: hidden;
  1437. font-size: 15px;
  1438. position: absolute;
  1439. left: 4px; }
  1440. .el-table .sort-caret.ascending {
  1441. top: 1px; }
  1442. .el-table .sort-caret.descending {
  1443. bottom: 1px; }
  1444. .el-table .ascending .sort-caret.ascending {
  1445. color: #1b1e24; }
  1446. .el-table .descending .sort-caret.descending {
  1447. color: #1b1e24; }
  1448. .el-table .hidden-columns {
  1449. visibility: hidden;
  1450. position: absolute;
  1451. z-index: -1; }
  1452. .el-table--striped .el-table__body tr.el-table__row--striped td {
  1453. background: #FAFAFA; }
  1454. .el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
  1455. background-color: #e8e9e9; }
  1456. .el-table__body tr.hover-row > td, .el-table__body tr.hover-row.current-row > td, .el-table__body tr.hover-row.el-table__row--striped > td, .el-table__body tr.hover-row.el-table__row--striped.current-row > td {
  1457. background-color: #e8e9e9; }
  1458. .el-table__body tr.current-row > td {
  1459. background-color: #e8e9e9; }
  1460. .el-table__column-resize-proxy {
  1461. position: absolute;
  1462. left: 200px;
  1463. top: 0;
  1464. bottom: 0;
  1465. width: 0;
  1466. border-left: 1px solid #e6ebf5;
  1467. z-index: 10; }
  1468. .el-table__column-filter-trigger {
  1469. display: inline-block;
  1470. line-height: 34px;
  1471. cursor: pointer; }
  1472. .el-table__column-filter-trigger i {
  1473. color: #777;
  1474. font-size: 12px;
  1475. -webkit-transform: scale(0.75);
  1476. transform: scale(0.75); }
  1477. .el-table--enable-row-transition .el-table__body td {
  1478. -webkit-transition: background-color .25s ease;
  1479. transition: background-color .25s ease; }
  1480. .el-table--enable-row-hover .el-table__body tr:hover > td {
  1481. background-color: #011638; }
  1482. .el-table--fluid-height .el-table__fixed, .el-table--fluid-height .el-table__fixed-right {
  1483. bottom: 0;
  1484. overflow: hidden; }