global.less
732 Bytes
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
43
44
45
46
47
48
49
50
51
52
53
@import "~@/variable.less";
@table-bg-even: #f5f5f5;
/* 表格偶数行背景色 */
@table-bg-split: #CDCDCD;
/* 表格分割行背景色 */
html,
body,
:global(#root) {
background: #888;
height: 100%;
font-size: 13px;
}
html {
overflow: hidden;
}
.homeTab {
width: 80px;
text-align: center;
font-size: 14px;
cursor: pointer;
span {
margin-left: 8px;
}
}
.homeTab__active {
color: var(--xly-skin-active-color, #1890FF);
}
.mainTabWrap {
&>.ant-tabs-nav {
.ant-tabs-tab {
&:first-child {
display: none;
}
}
}
}
.toolbarIcon {
width: 13px;
height: 13px;
display: inline-block;
fill: #fff;
stroke: #fff;
margin-right: 3px;
position: relative;
top: 2px;
}