Fix:甄选好礼调整

This commit is contained in:
linxi
2025-12-09 14:09:19 +08:00
parent 07aec60ce9
commit 2f4d4510a5
+2 -2
View File
@@ -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;