Commit 7435abb004f1a2ca932580d2d2d99b53023e5b51

Authored by 梁灏
1 parent 67d3aba1

Update tabs.vue

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/tabs/tabs.vue
... ... @@ -13,7 +13,7 @@
13 13 <span :class="[prefixCls + '-nav-prev', scrollable ? '' : prefixCls + '-nav-scroll-disabled']" @click="scrollPrev"><Icon type="ios-arrow-back"></Icon></span>
14 14 <span :class="[prefixCls + '-nav-next', scrollable ? '' : prefixCls + '-nav-scroll-disabled']" @click="scrollNext"><Icon type="ios-arrow-forward"></Icon></span>
15 15 <div ref="navScroll" :class="[prefixCls + '-nav-scroll']">
16   - <div ref="nav" :class="[prefixCls + '-nav']" class="nav-text" :style="navStyle">
  16 + <div ref="nav" :class="[prefixCls + '-nav']" :style="navStyle">
17 17 <div :class="barClasses" :style="barStyle"></div>
18 18 <div :class="tabCls(item)" v-for="(item, index) in navList" @click="handleChange(index)">
19 19 <Icon v-if="item.icon !== ''" :type="item.icon"></Icon>
... ...