Fix:3133 【商城小程序】没有显示最后一个店铺类型

This commit is contained in:
modendeveloper
2025-01-20 23:04:51 +08:00
parent 1dd7b1e3b1
commit a6816e1469
+4 -3
View File
@@ -41,7 +41,6 @@
</view>
</view>
<view>
<view class="type-box flex" id="type-box">
<view class="first-box">
<view class="first-box__inner">
@@ -57,7 +56,9 @@
</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
v-for="(item, index) in typeList"
@@ -72,7 +73,6 @@
<view class="name">{{ item.name }}</view>
</view>
</view>
</scroll-view>
</view>
</view>
</view>
@@ -628,6 +628,7 @@ export default {
display: flex;
height: fit-content;
background: #fff;
overflow-x: scroll;
padding: 10rpx;
border-radius: 30rpx;
}