table-column.css 34 KB

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