index.less 591 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @import (reference) '../color.less';
  2. @import 'easing';
  3. @import 'breakpoint';
  4. @namespace: vben;
  5. // tabs
  6. @multiple-height: 30px;
  7. // headers
  8. @header-height: 48px;
  9. // logo width
  10. @logo-width: 32px;
  11. //
  12. @side-drag-z-index: 200;
  13. @page-loading-z-index: 10000;
  14. @lock-page-z-index: 3000;
  15. @layout-header-fixed-z-index: 500;
  16. @multiple-tab-fixed-z-index: 505;
  17. @layout-sider-fixed-z-index: 510;
  18. @layout-mix-sider-fixed-z-index: 550;
  19. @preview-comp-z-index: 1000;
  20. @page-footer-z-index: 99;
  21. .bem(@n; @content) {
  22. @{namespace}-@{n} {
  23. @content();
  24. }
  25. }