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;