index.less 728 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @import (reference) '../color.less';
  2. @import 'easing';
  3. @import 'breakpoint';
  4. @namespace: jeecg;
  5. // tabs
  6. // updateBy:sunjianlei---updateDate:2021-09-03---修改tab切换栏样式:更改高度
  7. @multiple-height: 30px;
  8. @multiple-card-height: 50px;
  9. @multiple-smooth-height: 50px;
  10. // headers
  11. @header-height: 48px;
  12. // @header-height: 120px;
  13. // logo width
  14. @logo-width: 32px;
  15. //
  16. @side-drag-z-index: 200;
  17. @page-loading-z-index: 10000;
  18. @lock-page-z-index: 3000;
  19. @layout-header-fixed-z-index: 500;
  20. @multiple-tab-fixed-z-index: 505;
  21. @layout-sider-fixed-z-index: 510;
  22. @layout-mix-sider-fixed-z-index: 550;
  23. @preview-comp-z-index: 1000;
  24. @page-footer-z-index: 99;
  25. .bem(@n; @content) {
  26. @{namespace}-@{n} {
  27. @content();
  28. }
  29. }