Fix:3133 【商城小程序】没有显示最后一个店铺类型
This commit is contained in:
@@ -41,7 +41,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
|
|
||||||
<view class="type-box flex" id="type-box">
|
<view class="type-box flex" id="type-box">
|
||||||
<view class="first-box">
|
<view class="first-box">
|
||||||
<view class="first-box__inner">
|
<view class="first-box__inner">
|
||||||
@@ -57,7 +56,9 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view style="padding-left: 0" class="type-box flex " scroll-x enable-flex>
|
<!-- <view style="padding-left: 0" class="type-box flex " >
|
||||||
|
|
||||||
|
</view> -->
|
||||||
<view class="scroll-box">
|
<view class="scroll-box">
|
||||||
<view
|
<view
|
||||||
v-for="(item, index) in typeList"
|
v-for="(item, index) in typeList"
|
||||||
@@ -72,7 +73,6 @@
|
|||||||
<view class="name">{{ item.name }}</view>
|
<view class="name">{{ item.name }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -628,6 +628,7 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
overflow-x: scroll;
|
||||||
padding: 10rpx;
|
padding: 10rpx;
|
||||||
border-radius: 30rpx;
|
border-radius: 30rpx;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user