Fix:甄选好礼调整
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</swiper>
|
||||
</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)">
|
||||
{{ tab.cateName }}
|
||||
<view class="tab-line" v-if="activeIndex == index"></view>
|
||||
@@ -140,7 +140,7 @@ export default{
|
||||
}
|
||||
.tabs-wrap{
|
||||
overflow: auto;
|
||||
justify-content: justify-between;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.tab-item{
|
||||
margin-right: 20rpx;
|
||||
|
||||
Reference in New Issue
Block a user