version/0412
fanfan 1 year ago
parent 9c8f410748
commit 4f5d4c1970
  1. 11
      pages/index/index.vue

@ -55,11 +55,7 @@
<text>{{item.text}}</text> <text>{{item.text}}</text>
</view> </view>
</view> </view>
<<<<<<< HEAD
<view class="gridRows secondRows" :style="{'height': catagoryList.length>0?'160rpx':'auto'}">
=======
<view class="gridRows secondRows" :style="{'height': isToggle == false?catagoryList.length >0?'160rpx':'auto':'auto'}"> <view class="gridRows secondRows" :style="{'height': isToggle == false?catagoryList.length >0?'160rpx':'auto':'auto'}">
>>>>>>> 6e373bfa00736a89d269cd841552ba87aef59342
<view class="gridItem" v-for="(item,index) in catagoryList" :key="index" <view class="gridItem" v-for="(item,index) in catagoryList" :key="index"
@click="goJump('/pages/goods/list?categoryId=' + item.category_id)"> @click="goJump('/pages/goods/list?categoryId=' + item.category_id)">
<view class="imageC"> <view class="imageC">
@ -1069,18 +1065,11 @@
.tabs { .tabs {
width: 100%; width: 100%;
height: 80rpx; height: 80rpx;
<<<<<<< HEAD
align-items: center; align-items: center;
white-space: nowrap; white-space: nowrap;
width: 100%; width: 100%;
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
=======
line-height: 80rpx;
white-space: nowrap;
overflow: hidden;
>>>>>>> 6e373bfa00736a89d269cd841552ba87aef59342
.tabItem { .tabItem {
margin-right: 30rpx; margin-right: 30rpx;
position: relative; position: relative;

Loading…
Cancel
Save