Plat Admin

table-column.css 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224
  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. /* Menu
  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. /* Menu
  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. /* Menu
  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. /* Menu
  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: #606266;
  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 #dcdfe6;
  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: #1b73a5; }
  484. .el-checkbox.is-bordered.is-disabled {
  485. border-color: #ebeef5;
  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: #dcdfe6;
  536. cursor: not-allowed; }
  537. .el-checkbox__input.is-disabled .el-checkbox__inner::after {
  538. cursor: not-allowed;
  539. border-color: #c0c4cc; }
  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: #f2f6fc;
  544. border-color: #dcdfe6; }
  545. .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  546. border-color: #c0c4cc; }
  547. .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  548. background-color: #f2f6fc;
  549. border-color: #dcdfe6; }
  550. .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  551. background-color: #c0c4cc;
  552. border-color: #c0c4cc; }
  553. .el-checkbox__input.is-disabled + span.el-checkbox__label {
  554. color: #c0c4cc;
  555. cursor: not-allowed; }
  556. .el-checkbox__input.is-checked .el-checkbox__inner {
  557. background-color: #1b73a5;
  558. border-color: #1b73a5; }
  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: #1b73a5; }
  564. .el-checkbox__input.is-focus {
  565. /*focus时 视觉上区分*/ }
  566. .el-checkbox__input.is-focus .el-checkbox__inner {
  567. border-color: #1b73a5; }
  568. .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  569. background-color: #1b73a5;
  570. border-color: #1b73a5; }
  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 #dcdfe6;
  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: #1b73a5; }
  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 .15s ease-in .05s;
  614. transition: -webkit-transform .15s ease-in .05s;
  615. transition: transform .15s ease-in .05s;
  616. transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .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. z-index: -1; }
  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 #dcdfe6;
  646. border-left: 0;
  647. color: #606266;
  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: #1b73a5; }
  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. z-index: -1; }
  677. .el-checkbox-button.is-checked .el-checkbox-button__inner {
  678. color: #fff;
  679. background-color: #1b73a5;
  680. border-color: #1b73a5;
  681. -webkit-box-shadow: -1px 0 0 0 #76abc9;
  682. box-shadow: -1px 0 0 0 #76abc9; }
  683. .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  684. border-left-color: #1b73a5; }
  685. .el-checkbox-button.is-disabled .el-checkbox-button__inner {
  686. color: #c0c4cc;
  687. cursor: not-allowed;
  688. background-image: none;
  689. background-color: #fff;
  690. border-color: #ebeef5;
  691. -webkit-box-shadow: none;
  692. box-shadow: none; }
  693. .el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  694. border-left-color: #ebeef5; }
  695. .el-checkbox-button:first-child .el-checkbox-button__inner {
  696. border-left: 1px solid #dcdfe6;
  697. border-radius: 4px 0 0 4px;
  698. -webkit-box-shadow: none !important;
  699. box-shadow: none !important; }
  700. .el-checkbox-button.is-focus .el-checkbox-button__inner {
  701. border-color: #1b73a5; }
  702. .el-checkbox-button:last-child .el-checkbox-button__inner {
  703. border-radius: 0 4px 4px 0; }
  704. .el-checkbox-button--medium .el-checkbox-button__inner {
  705. padding: 10px 20px;
  706. font-size: 14px;
  707. border-radius: 0; }
  708. .el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  709. padding: 10px 20px; }
  710. .el-checkbox-button--small .el-checkbox-button__inner {
  711. padding: 9px 15px;
  712. font-size: 12px;
  713. border-radius: 0; }
  714. .el-checkbox-button--small .el-checkbox-button__inner.is-round {
  715. padding: 9px 15px; }
  716. .el-checkbox-button--mini .el-checkbox-button__inner {
  717. padding: 7px 15px;
  718. font-size: 12px;
  719. border-radius: 0; }
  720. .el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  721. padding: 7px 15px; }
  722. .el-checkbox-group {
  723. font-size: 0; }
  724. /* BEM support Func
  725. -------------------------- */
  726. /* Element Chalk Variables */
  727. /* Transition
  728. -------------------------- */
  729. /* Colors
  730. -------------------------- */
  731. /* 53a8ff */
  732. /* 66b1ff */
  733. /* 79bbff */
  734. /* 8cc5ff */
  735. /* a0cfff */
  736. /* b3d8ff */
  737. /* c6e2ff */
  738. /* d9ecff */
  739. /* ecf5ff */
  740. /* Link
  741. -------------------------- */
  742. /* Background
  743. -------------------------- */
  744. /* Border
  745. -------------------------- */
  746. /* Box-shadow
  747. -------------------------- */
  748. /* Fill
  749. -------------------------- */
  750. /* Font
  751. -------------------------- */
  752. /* Size
  753. -------------------------- */
  754. /* z-index
  755. -------------------------- */
  756. /* Disable base
  757. -------------------------- */
  758. /* Icon
  759. -------------------------- */
  760. /* Checkbox
  761. -------------------------- */
  762. /* Radio
  763. -------------------------- */
  764. /* Select
  765. -------------------------- */
  766. /* Alert
  767. -------------------------- */
  768. /* Message Box
  769. -------------------------- */
  770. /* Message
  771. -------------------------- */
  772. /* Notification
  773. -------------------------- */
  774. /* Input
  775. -------------------------- */
  776. /* Cascader
  777. -------------------------- */
  778. /* Group
  779. -------------------------- */
  780. /* Tab
  781. -------------------------- */
  782. /* Button
  783. -------------------------- */
  784. /* cascader
  785. -------------------------- */
  786. /* Switch
  787. -------------------------- */
  788. /* Dialog
  789. -------------------------- */
  790. /* Table
  791. -------------------------- */
  792. /* Pagination
  793. -------------------------- */
  794. /* Popover
  795. -------------------------- */
  796. /* Tooltip
  797. -------------------------- */
  798. /* Tag
  799. -------------------------- */
  800. /* Tree
  801. -------------------------- */
  802. /* Dropdown
  803. -------------------------- */
  804. /* Badge
  805. -------------------------- */
  806. /* Card
  807. --------------------------*/
  808. /* Slider
  809. --------------------------*/
  810. /* Steps
  811. --------------------------*/
  812. /* Menu
  813. --------------------------*/
  814. /* Rate
  815. --------------------------*/
  816. /* DatePicker
  817. --------------------------*/
  818. /* Loading
  819. --------------------------*/
  820. /* Scrollbar
  821. --------------------------*/
  822. /* Carousel
  823. --------------------------*/
  824. /* Collapse
  825. --------------------------*/
  826. /* Transfer
  827. --------------------------*/
  828. /* Header
  829. --------------------------*/
  830. /* Footer
  831. --------------------------*/
  832. /* Main
  833. --------------------------*/
  834. /* Break-point
  835. --------------------------*/
  836. /* Break-points
  837. -------------------------- */
  838. /* Scrollbar
  839. -------------------------- */
  840. /* Placeholder
  841. -------------------------- */
  842. /* BEM
  843. -------------------------- */
  844. /* Element Chalk Variables */
  845. /* Transition
  846. -------------------------- */
  847. /* Colors
  848. -------------------------- */
  849. /* 53a8ff */
  850. /* 66b1ff */
  851. /* 79bbff */
  852. /* 8cc5ff */
  853. /* a0cfff */
  854. /* b3d8ff */
  855. /* c6e2ff */
  856. /* d9ecff */
  857. /* ecf5ff */
  858. /* Link
  859. -------------------------- */
  860. /* Background
  861. -------------------------- */
  862. /* Border
  863. -------------------------- */
  864. /* Box-shadow
  865. -------------------------- */
  866. /* Fill
  867. -------------------------- */
  868. /* Font
  869. -------------------------- */
  870. /* Size
  871. -------------------------- */
  872. /* z-index
  873. -------------------------- */
  874. /* Disable base
  875. -------------------------- */
  876. /* Icon
  877. -------------------------- */
  878. /* Checkbox
  879. -------------------------- */
  880. /* Radio
  881. -------------------------- */
  882. /* Select
  883. -------------------------- */
  884. /* Alert
  885. -------------------------- */
  886. /* Message Box
  887. -------------------------- */
  888. /* Message
  889. -------------------------- */
  890. /* Notification
  891. -------------------------- */
  892. /* Input
  893. -------------------------- */
  894. /* Cascader
  895. -------------------------- */
  896. /* Group
  897. -------------------------- */
  898. /* Tab
  899. -------------------------- */
  900. /* Button
  901. -------------------------- */
  902. /* cascader
  903. -------------------------- */
  904. /* Switch
  905. -------------------------- */
  906. /* Dialog
  907. -------------------------- */
  908. /* Table
  909. -------------------------- */
  910. /* Pagination
  911. -------------------------- */
  912. /* Popover
  913. -------------------------- */
  914. /* Tooltip
  915. -------------------------- */
  916. /* Tag
  917. -------------------------- */
  918. /* Tree
  919. -------------------------- */
  920. /* Dropdown
  921. -------------------------- */
  922. /* Badge
  923. -------------------------- */
  924. /* Card
  925. --------------------------*/
  926. /* Slider
  927. --------------------------*/
  928. /* Steps
  929. --------------------------*/
  930. /* Menu
  931. --------------------------*/
  932. /* Rate
  933. --------------------------*/
  934. /* DatePicker
  935. --------------------------*/
  936. /* Loading
  937. --------------------------*/
  938. /* Scrollbar
  939. --------------------------*/
  940. /* Carousel
  941. --------------------------*/
  942. /* Collapse
  943. --------------------------*/
  944. /* Transfer
  945. --------------------------*/
  946. /* Header
  947. --------------------------*/
  948. /* Footer
  949. --------------------------*/
  950. /* Main
  951. --------------------------*/
  952. /* Break-point
  953. --------------------------*/
  954. .el-tag {
  955. background-color: rgba(27, 115, 165, 0.1);
  956. display: inline-block;
  957. padding: 0 10px;
  958. height: 32px;
  959. line-height: 30px;
  960. font-size: 12px;
  961. color: #1b73a5;
  962. border-radius: 4px;
  963. -webkit-box-sizing: border-box;
  964. box-sizing: border-box;
  965. border: 1px solid rgba(27, 115, 165, 0.2);
  966. white-space: nowrap; }
  967. .el-tag .el-icon-close {
  968. border-radius: 50%;
  969. text-align: center;
  970. position: relative;
  971. cursor: pointer;
  972. font-size: 12px;
  973. height: 16px;
  974. width: 16px;
  975. line-height: 16px;
  976. vertical-align: middle;
  977. top: -1px;
  978. right: -5px;
  979. color: #1b73a5; }
  980. .el-tag .el-icon-close::before {
  981. display: block; }
  982. .el-tag .el-icon-close:hover {
  983. background-color: #1b73a5;
  984. color: #fff; }
  985. .el-tag--info {
  986. background-color: rgba(144, 147, 153, 0.1);
  987. border-color: rgba(144, 147, 153, 0.2);
  988. color: #909399; }
  989. .el-tag--info.is-hit {
  990. border-color: #909399; }
  991. .el-tag--info .el-tag__close {
  992. color: #909399; }
  993. .el-tag--info .el-tag__close:hover {
  994. background-color: #909399;
  995. color: #fff; }
  996. .el-tag--success {
  997. background-color: rgba(103, 194, 58, 0.1);
  998. border-color: rgba(103, 194, 58, 0.2);
  999. color: #67c23a; }
  1000. .el-tag--success.is-hit {
  1001. border-color: #67c23a; }
  1002. .el-tag--success .el-tag__close {
  1003. color: #67c23a; }
  1004. .el-tag--success .el-tag__close:hover {
  1005. background-color: #67c23a;
  1006. color: #fff; }
  1007. .el-tag--warning {
  1008. background-color: rgba(230, 162, 60, 0.1);
  1009. border-color: rgba(230, 162, 60, 0.2);
  1010. color: #e6a23c; }
  1011. .el-tag--warning.is-hit {
  1012. border-color: #e6a23c; }
  1013. .el-tag--warning .el-tag__close {
  1014. color: #e6a23c; }
  1015. .el-tag--warning .el-tag__close:hover {
  1016. background-color: #e6a23c;
  1017. color: #fff; }
  1018. .el-tag--danger {
  1019. background-color: rgba(245, 108, 108, 0.1);
  1020. border-color: rgba(245, 108, 108, 0.2);
  1021. color: #f56c6c; }
  1022. .el-tag--danger.is-hit {
  1023. border-color: #f56c6c; }
  1024. .el-tag--danger .el-tag__close {
  1025. color: #f56c6c; }
  1026. .el-tag--danger .el-tag__close:hover {
  1027. background-color: #f56c6c;
  1028. color: #fff; }
  1029. .el-tag--medium {
  1030. height: 28px;
  1031. line-height: 26px; }
  1032. .el-tag--medium .el-icon-close {
  1033. -webkit-transform: scale(0.8);
  1034. transform: scale(0.8); }
  1035. .el-tag--small {
  1036. height: 24px;
  1037. padding: 0 8px;
  1038. line-height: 22px; }
  1039. .el-tag--small .el-icon-close {
  1040. -webkit-transform: scale(0.8);
  1041. transform: scale(0.8); }
  1042. .el-tag--mini {
  1043. height: 20px;
  1044. padding: 0 5px;
  1045. line-height: 19px; }
  1046. .el-tag--mini .el-icon-close {
  1047. margin-left: -3px;
  1048. -webkit-transform: scale(0.7);
  1049. transform: scale(0.7); }
  1050. /* Element Chalk Variables */
  1051. /* Transition
  1052. -------------------------- */
  1053. /* Colors
  1054. -------------------------- */
  1055. /* 53a8ff */
  1056. /* 66b1ff */
  1057. /* 79bbff */
  1058. /* 8cc5ff */
  1059. /* a0cfff */
  1060. /* b3d8ff */
  1061. /* c6e2ff */
  1062. /* d9ecff */
  1063. /* ecf5ff */
  1064. /* Link
  1065. -------------------------- */
  1066. /* Background
  1067. -------------------------- */
  1068. /* Border
  1069. -------------------------- */
  1070. /* Box-shadow
  1071. -------------------------- */
  1072. /* Fill
  1073. -------------------------- */
  1074. /* Font
  1075. -------------------------- */
  1076. /* Size
  1077. -------------------------- */
  1078. /* z-index
  1079. -------------------------- */
  1080. /* Disable base
  1081. -------------------------- */
  1082. /* Icon
  1083. -------------------------- */
  1084. /* Checkbox
  1085. -------------------------- */
  1086. /* Radio
  1087. -------------------------- */
  1088. /* Select
  1089. -------------------------- */
  1090. /* Alert
  1091. -------------------------- */
  1092. /* Message Box
  1093. -------------------------- */
  1094. /* Message
  1095. -------------------------- */
  1096. /* Notification
  1097. -------------------------- */
  1098. /* Input
  1099. -------------------------- */
  1100. /* Cascader
  1101. -------------------------- */
  1102. /* Group
  1103. -------------------------- */
  1104. /* Tab
  1105. -------------------------- */
  1106. /* Button
  1107. -------------------------- */
  1108. /* cascader
  1109. -------------------------- */
  1110. /* Switch
  1111. -------------------------- */
  1112. /* Dialog
  1113. -------------------------- */
  1114. /* Table
  1115. -------------------------- */
  1116. /* Pagination
  1117. -------------------------- */
  1118. /* Popover
  1119. -------------------------- */
  1120. /* Tooltip
  1121. -------------------------- */
  1122. /* Tag
  1123. -------------------------- */
  1124. /* Tree
  1125. -------------------------- */
  1126. /* Dropdown
  1127. -------------------------- */
  1128. /* Badge
  1129. -------------------------- */
  1130. /* Card
  1131. --------------------------*/
  1132. /* Slider
  1133. --------------------------*/
  1134. /* Steps
  1135. --------------------------*/
  1136. /* Menu
  1137. --------------------------*/
  1138. /* Rate
  1139. --------------------------*/
  1140. /* DatePicker
  1141. --------------------------*/
  1142. /* Loading
  1143. --------------------------*/
  1144. /* Scrollbar
  1145. --------------------------*/
  1146. /* Carousel
  1147. --------------------------*/
  1148. /* Collapse
  1149. --------------------------*/
  1150. /* Transfer
  1151. --------------------------*/
  1152. /* Header
  1153. --------------------------*/
  1154. /* Footer
  1155. --------------------------*/
  1156. /* Main
  1157. --------------------------*/
  1158. /* Break-point
  1159. --------------------------*/
  1160. .el-table-column--selection .cell {
  1161. padding-left: 14px;
  1162. padding-right: 14px; }
  1163. .el-table-filter {
  1164. border: solid 1px #ebeef5;
  1165. border-radius: 2px;
  1166. background-color: #fff;
  1167. -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  1168. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  1169. -webkit-box-sizing: border-box;
  1170. box-sizing: border-box;
  1171. margin: 2px 0;
  1172. /** used for dropdown mode */ }
  1173. .el-table-filter__list {
  1174. padding: 5px 0;
  1175. margin: 0;
  1176. list-style: none;
  1177. min-width: 100px; }
  1178. .el-table-filter__list-item {
  1179. line-height: 36px;
  1180. padding: 0 10px;
  1181. cursor: pointer;
  1182. font-size: 14px; }
  1183. .el-table-filter__list-item:hover {
  1184. background-color: #e8f1f6;
  1185. color: #498fb7; }
  1186. .el-table-filter__list-item.is-active {
  1187. background-color: #1b73a5;
  1188. color: #fff; }
  1189. .el-table-filter__content {
  1190. min-width: 100px; }
  1191. .el-table-filter__bottom {
  1192. border-top: 1px solid #ebeef5;
  1193. padding: 8px; }
  1194. .el-table-filter__bottom button {
  1195. background: transparent;
  1196. border: none;
  1197. color: #606266;
  1198. cursor: pointer;
  1199. font-size: 13px;
  1200. padding: 0 3px; }
  1201. .el-table-filter__bottom button:hover {
  1202. color: #1b73a5; }
  1203. .el-table-filter__bottom button:focus {
  1204. outline: none; }
  1205. .el-table-filter__bottom button.is-disabled {
  1206. color: #c0c4cc;
  1207. cursor: not-allowed; }
  1208. .el-table-filter__wrap {
  1209. max-height: 280px; }
  1210. .el-table-filter__checkbox-group {
  1211. padding: 10px; }
  1212. .el-table-filter__checkbox-group label.el-checkbox {
  1213. display: block;
  1214. margin-right: 5px;
  1215. margin-bottom: 8px;
  1216. margin-left: 5px; }
  1217. .el-table-filter__checkbox-group .el-checkbox:last-child {
  1218. margin-bottom: 0; }