<u-tabs :list="lists" sticky :current="current" @change="changetype" :scrollable="false" lineColor="#3e16bd" :activeStyle="{color: '#3e16bd',fontWeight:'bold'}" ></u-tabs>
- :scrollable="false" 加上才可生效,才会出来
<u-tabs :list="lists" sticky :current="current" @change="changetype" :scrollable="false" lineColor="#3e16bd" :activeStyle="{color: '#3e16bd',fontWeight:'bold'}" ></u-tabs>