feat: 调整商品详情样式

This commit is contained in:
duanshuwen
2025-08-05 18:23:10 +08:00
parent a5d31ef170
commit 81c8658621
6 changed files with 20 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
<uni-popup
ref="popup"
type="bottom"
background-color="#E9F3F7"
background-color="#fff"
border-radius="12px 12px 0 0"
mask-background-color="rgba(0,0,0,0.5)"
:safe-area="false"
@@ -98,7 +98,10 @@
</scroll-view>
<!-- 总价区域 -->
<SumCard :referencePrice="goodsData.specificationPrice" :discount="totalPrice" />
<SumCard
:referencePrice="goodsData.specificationPrice"
:discount="totalPrice"
/>
</view>
</scroll-view>