覆蓋原生樣式:
1、將下划線變更為橢圓背景
2、選中項字體變粗
/deep/.van-tabs__line {
position: absolute;
bottom: 15px;
left: 0;
z-index: 1;
min-width: 50px;
height: 44px;
padding: 0 10px;
background-color: #dddddd47;
border-radius: 30px;
box-sizing: content-box;
}
/deep/.van-tab--active{
font-weight: bold;
}