首页 隐藏最下边

This commit is contained in:
Mr.jiang 2024-07-02 15:31:05 +08:00
parent d4dc0eb777
commit f0bf436fee
1 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="body-view"> <view class="body-view" style="display: none;">
<!-- 使用scroll-view实现tabs滑动切换 --> <!-- 使用scroll-view实现tabs滑动切换 -->
<scroll-view class="top-menu-view" scroll-x="true" scroll-with-animation :scroll-left="scrollLeft"> <scroll-view class="top-menu-view" scroll-x="true" scroll-with-animation :scroll-left="scrollLeft">
<view class="menu-topic-view" v-for="(item,index) in tabs" :id="'tabNum'+item.id" :key="index" @click="swichMenu(index)"> <view class="menu-topic-view" v-for="(item,index) in tabs" :id="'tabNum'+item.id" :key="index" @click="swichMenu(index)">
@ -229,7 +229,7 @@
</view> </view>
</view> </view>
<!-- 经验筛选 --> <!-- 经验筛选 -->
<u-select v-model="Cityshow" :list="cityList" @confirm="getCity"></u-select> <u-select v-model="Cityshow" style="height: auto;" :list="cityList" @confirm="getCity"></u-select>
</view> </view>
</template> </template>
@ -1316,7 +1316,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: linear-gradient(180deg,rgba(238, 250, 246,0.6),rgba(255, 255, 255,0.9)); background: linear-gradient(180deg,rgba(238, 250, 246,0.6),rgba(255, 255, 255,0.9));
margin-top: 20rpx; margin: 20rpx 0px 80px 0px;
} }
.index-fujin-jie-id{ .index-fujin-jie-id{
height: 30rpx; height: 30rpx;