index.less
1.08 KB
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
.qx-list-top-relation {
background-color: #fff;
padding: 13px 10px;
border-bottom: 1px solid #eeeeee;
font-size: 14px;
.ant-tabs-nav-operations {
display: none !important;
}
.ant-tabs-tab {
width: 92px;
height: 34px;
border: 1px solid #ededed;
border-radius: 21px;
text-align: center;
padding: 0 !important;
.ant-tabs-tab-btn {
text-align: center;
margin: 0 auto;
height: 34px;
span {
padding: 0 !important;
text-align: center;
display: inline-block;
width: 72px;
line-height: 34px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
}
.ant-tabs-tab:hover {
border: 1px solid #1890ff;
color: #1890ff;
}
.ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
margin: 0 6px !important;
}
.ant-tabs-nav-list .ant-tabs-tab-active {
border: 1px solid #1890ff !important;
color: #1890ff;
}
.ant-tabs-ink-bar {
display: none;
}
.ant-tabs-nav::before {
border-bottom: none !important;
}
}