feat: 商品详情的展示问题处理

This commit is contained in:
2026-07-15 17:14:34 +08:00
parent c7785e55d7
commit cd61685b0b

View File

@@ -19,9 +19,9 @@
{{ moduleItem.title }} {{ moduleItem.title }}
</text> </text>
</view> </view>
<view class="border-box flex flex-items-center flex-row mt-4 pb-12"> <view class="border-box flex flex-col flex-items-start mt-4 pb-12">
<text <text
class="font-size-12 color-525866 line-height-20 mr-4" class="font-size-12 color-525866 line-height-20 mb-4"
v-for="(text, index) in moduleItem.desc" v-for="(text, index) in moduleItem.desc"
:key="index" :key="index"
> >