无需迁移的组件,批量 review

This commit is contained in:
YunaiV
2023-12-16 22:03:37 +08:00
parent 82b751e49c
commit 19d90f5df5
10 changed files with 16 additions and 7 deletions
@@ -1,3 +1,4 @@
<!-- 商品组 - 横向滚动商品目前暂时没用到 -->
<template>
<view class="goods-scroll-box">
<scroll-view class="scroll-box" scroll-x scroll-anchoring>
@@ -8,7 +9,7 @@
size="sm"
:data="item"
:titleWidth="200 - marginLeft - marginRight"
></s-goods-column>
/>
</view>
</view>
</scroll-view>