干燥机配套车间生产管理系统/云平台前端
baoshiwei
2023-03-10 1fb197352b6a263646e4ccd3ed1c7854ede031dd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@import (reference) '../color.less';
@import 'easing';
@import 'breakpoint';
 
@namespace: jeecg;
 
// tabs
// updateBy:sunjianlei---updateDate:2021-09-03---修改tab切换栏样式:更改高度
@multiple-height: 30px;
@multiple-card-height: 50px;
@multiple-smooth-height: 50px;
 
// headers
@header-height: 48px;
 
// logo width
@logo-width: 32px;
 
//
@side-drag-z-index: 200;
 
@page-loading-z-index: 10000;
 
@lock-page-z-index: 3000;
 
@layout-header-fixed-z-index: 500;
 
@multiple-tab-fixed-z-index: 505;
 
@layout-sider-fixed-z-index: 510;
 
@layout-mix-sider-fixed-z-index: 550;
 
@preview-comp-z-index: 1000;
 
@page-footer-z-index: 99;
 
.bem(@n; @content) {
  @{namespace}-@{n} {
    @content();
  }
}