fix: 🐛 修复店铺商品分类中的商品列表展示问题

master
“Yer” 2023-07-31 15:40:02 +08:00
parent 02812a9128
commit 116ba65bda
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<!-- 商品 -->
<div class="contant">
<view v-if="!goodsList.length" class="empty"></view>
<goodsTemplate :res='goodsList' :storeName='false' />
<goodsTemplate style="width: 100%;" :res='goodsList' :storeName='false' />
</div>
</div>