Skip to content

Commit 068c343

Browse files
LIUCHAOBeiQiaoT
authored andcommitted
fix(tabs): amend ClassName spelling mistake
1 parent 8d3bcbd commit 068c343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uview-ui/components/u-tabs/u-tabs.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- $u.getRect()对组件根节点无效,因为写了.in(this),故这里获取内层接点尺寸 -->
66
<view>
77
<scroll-view scroll-x class="u-scroll-view" :scroll-left="scrollLeft" scroll-with-animation>
8-
<view class="u-scroll-box" :id="id" :class="{'u-tabs-scorll-flex': !isScroll}">
8+
<view class="u-scroll-box" :id="id" :class="{'u-tabs-scroll-flex': !isScroll}">
99
<view class="u-tab-item u-line-1" :id="'u-tab-item-' + index" v-for="(item, index) in list" :key="index" @tap="clickTab(index)"
1010
:style="[tabItemStyle(index)]">
1111
<u-badge :count="item[count] || item['count'] || 0" :offset="offset" size="mini"></u-badge>
@@ -362,7 +362,7 @@
362362
bottom: 0;
363363
}
364364
365-
.u-tabs-scorll-flex {
365+
.u-tabs-scroll-flex {
366366
@include vue-flex;
367367
justify-content: space-between;
368368
}

0 commit comments

Comments
 (0)