king
2021-12-16 b5364600d98c8749caba625ec813d4fe670d0a19
1
2
3
4
5
6
7
8
9
10
11
12
.menu-antv-tabs-wrap {
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
 
.menu-antv-tabs-wrap.hide >.ant-tabs >.ant-tabs-bar{
  display: none;
}