feat:商品详情的样式调整

This commit is contained in:
2025-09-11 21:23:27 +08:00
parent 9adba3efa3
commit 24206e8d79
8 changed files with 171 additions and 51 deletions

View File

@@ -1,9 +1,7 @@
<template>
<view class="store-address" @click="openMap">
<view class="text-container">
<text class="location-label"
>位于{{ orderData.oneLevelAddress }}
</text>
<text class="location-label">位于 {{ orderData.oneLevelAddress }} </text>
<text class="address-text">{{ orderData.commodityAddress }}</text>
</view>
<image