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
| .menu-antv-tabs-wrap {
| position: relative;
| box-sizing: border-box;
| background: #ffffff;
| background-position: center center;
| background-repeat: no-repeat;
| background-size: cover;
|
| .ant-tabs-top-bar {
| margin-bottom: 0;
| }
| .ant-tabs-top-content {
| .ant-tabs-tabpane {
| padding-top: 15px;
| }
| }
| .ant-tabs-left-content {
| padding-left: 0;
| }
| .ant-tabs-right-content {
| padding-right: 0;
| }
| .ant-tabs-bottom-bar {
| margin-top: 0;
| }
| }
|
| .menu-antv-tabs-wrap.hide >.ant-tabs >.ant-tabs-bar{
| display: none;
| }
|
|