You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
493 B

  1. @import "./mixin.scss";
  2. @import "./transition.scss";
  3. @import "./element-plus.scss";
  4. @import "./sidebar.scss";
  5. @import "./dark.scss";
  6. @import "./tailwind.css";
  7. /* 自定义全局 CssVar */
  8. :root {
  9. --pure-transition-duration: 0.016s;
  10. }
  11. /* 灰色模式 */
  12. .html-grey {
  13. filter: grayscale(100%);
  14. }
  15. /* 色弱模式 */
  16. .html-weakness {
  17. filter: invert(80%);
  18. }
  19. /* 重置 vxe-table 中 pager 样式 */
  20. .vxe-pager .vxe-pager--num-btn:not(.is--disabled).is--active {
  21. color: #fff !important;
  22. }