From a097fd64234f915736e459b30eb663111681faba Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Thu, 4 Sep 2025 10:12:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96choose=E5=9C=B0=E5=9D=80?=
=?UTF-8?q?=E4=B9=8B=E5=90=8E=EF=BC=8C=E8=83=BD=E5=A4=9F=E5=9C=A8=E8=A1=A8?=
=?UTF-8?q?=E5=8D=95=E4=B8=AD=E6=98=BE=E7=A4=BA=E9=BB=91=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/map-location/map-location.vue | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/components/map-location/map-location.vue b/components/map-location/map-location.vue
index 410ffa8..6b28b12 100644
--- a/components/map-location/map-location.vue
+++ b/components/map-location/map-location.vue
@@ -5,7 +5,9 @@
{{ label || '地址' }}
- {{ addressValue || placeholder || '请选择收货地址' }}
+ {{ addressValue || placeholder || '请选择收货地址' }}
+
🗺️
@@ -154,6 +156,10 @@ export default {
text-overflow: ellipsis;
}
+ .address-text.has-value {
+ color: #000000; /* 有值时黑色 */
+ }
+
.map-icon-wrapper {
display: flex;
align-items: center;