| | |
| | | <template> |
| | | <div> |
| | | <!-- <van-tabs--> |
| | | <!-- :active="active"--> |
| | | <!-- line-width="15px"--> |
| | | <!-- @change="(e) => change(e, 'active')"--> |
| | | <!-- >--> |
| | | <!-- <van-tab v-for="(item, index) in tabsList" :key="index" :name="item.key">--> |
| | | <!-- <template #title>--> |
| | | <!-- <div class="title">{{ item.title }}</div>--> |
| | | <!-- </template>--> |
| | | <!-- </van-tab>--> |
| | | <!-- </van-tabs>--> |
| | | <van-tabs |
| | | :active="active" |
| | | line-width="15px" |
| | | @change="(e) => change(e, 'active')" |
| | | > |
| | | <van-tab v-for="(item, index) in tabsList" :key="index" :name="item.key"> |
| | | <template #title> |
| | | <div class="title">{{ item.title }}</div> |
| | | </template> |
| | | </van-tab> |
| | | </van-tabs> |
| | | <div v-if="active == ''"> |
| | | <van-tabs |
| | | :active="zxactive" |
| | |
| | | /deep/ .van-tabs--line .van-tabs__wrap { |
| | | height: 50px; |
| | | } |
| | | </style> |
| | | </style> |