vue-vben-admin/src/design/var/index.less

43 lines
583 B
Plaintext
Raw Normal View History

2020-09-28 20:19:10 +08:00
@import '../color.less';
@import 'easing';
@import 'breakpoint';
2020-12-07 21:17:24 +08:00
@namespace: vben;
2020-09-28 20:19:10 +08:00
// tabs
2020-10-31 19:51:24 +08:00
@multiple-height: 30px;
2020-09-28 20:19:10 +08:00
// headers
@header-height: 48px;
2020-09-28 20:19:10 +08:00
// logo width
2020-12-15 00:13:23 +08:00
@logo-width: 32px;
2020-09-28 20:19:10 +08:00
//
2020-11-02 23:04:25 +08:00
@side-drag-z-index: 200;
2020-11-25 23:20:30 +08:00
2020-09-28 20:19:10 +08:00
@page-loading-z-index: 10000;
2020-12-15 00:13:23 +08:00
@lock-page-z-index: 3000;
@layout-header-fixed-z-index: 500;
@multiple-tab-fixed-z-index: 505;
@layout-sider-fixed-z-index: 510;
2020-12-21 23:38:16 +08:00
@layout-mix-sider-fixed-z-index: 550;
2020-12-15 00:13:23 +08:00
@preview-comp-z-index: 1000;
@page-footer-z-index: 99;
2020-09-28 20:19:10 +08:00
// left-menu
2020-11-23 23:24:13 +08:00
@app-menu-item-height: 42px;
2020-12-29 23:37:40 +08:00
2021-02-17 22:07:22 +08:00
.bem(@n; @content) {
2020-12-29 23:37:40 +08:00
@{namespace}-@{n} {
@content();
}
}