Fix:甄选好礼调整
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
</swiper>
|
</swiper>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="v12-align-center tabs-wrap v1-py-1 v12-mt-2">
|
<view class="v12-align-center tabs-wrap v1-py-1 v12-my-4">
|
||||||
<view class="tab-item v12-font-bold" v-for="(tab, index) in tabs" :key="index" @click="handleClick(index, tab)">
|
<view class="tab-item v12-font-bold" v-for="(tab, index) in tabs" :key="index" @click="handleClick(index, tab)">
|
||||||
{{ tab.cateName }}
|
{{ tab.cateName }}
|
||||||
<view class="tab-line" v-if="activeIndex == index"></view>
|
<view class="tab-line" v-if="activeIndex == index"></view>
|
||||||
@@ -140,7 +140,7 @@ export default{
|
|||||||
}
|
}
|
||||||
.tabs-wrap{
|
.tabs-wrap{
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
justify-content: justify-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.tab-item{
|
.tab-item{
|
||||||
margin-right: 20rpx;
|
margin-right: 20rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user