File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
uview-ui/components/u-tabs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
<!-- $u.getRect()对组件根节点无效,因为写了.in(this),故这里获取内层接点尺寸 -->
6
6
<view >
7
7
<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}" >
9
9
<view class =" u-tab-item u-line-1" :id =" 'u-tab-item-' + index" v-for =" (item, index) in list" :key =" index" @tap =" clickTab(index)"
10
10
:style =" [tabItemStyle(index)]" >
11
11
<u-badge :count =" item[count] || item['count'] || 0" :offset =" offset" size =" mini" ></u-badge >
362
362
bottom : 0 ;
363
363
}
364
364
365
- .u-tabs-scorll -flex {
365
+ .u-tabs-scroll -flex {
366
366
@include vue-flex ;
367
367
justify-content : space-between ;
368
368
}
You can’t perform that action at this time.
0 commit comments