From 6d1fa11b0b0d42e10df9437e87b456efd95e7630 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Tue, 24 Dec 2024 18:58:22 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9A=E4=BD=8D?=
=?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=9A=84=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/choice-location/choice-location.vue | 8 ++++++--
components/diy/header.vue | 2 +-
components/diy/search.vue | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/components/choice-location/choice-location.vue b/components/choice-location/choice-location.vue
index 717572f9..eb36c790 100644
--- a/components/choice-location/choice-location.vue
+++ b/components/choice-location/choice-location.vue
@@ -7,7 +7,7 @@
-
+
{{ location.text || '' }}
@@ -16,7 +16,7 @@
-
+
@@ -106,6 +106,10 @@
type: String,
default: '',
},
+ propContainerDisplay: {
+ type: String,
+ default: '',
+ }
},
// 页面被展示
created: function () {
diff --git a/components/diy/header.vue b/components/diy/header.vue
index 33c72372..22461221 100644
--- a/components/diy/header.vue
+++ b/components/diy/header.vue
@@ -51,7 +51,7 @@
-
+
diff --git a/components/diy/search.vue b/components/diy/search.vue
index 58b69cca..04789297 100644
--- a/components/diy/search.vue
+++ b/components/diy/search.vue
@@ -4,7 +4,7 @@
-
+
From 78abbf8ccc00d4a8c5a5378a848a3d3f75a22179 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Tue, 24 Dec 2024 18:58:42 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9A=E4=BD=8D?=
=?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=9A=84=E6=98=BE=E7=A4=BA1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/choice-location/choice-location.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/choice-location/choice-location.vue b/components/choice-location/choice-location.vue
index eb36c790..989cb54d 100644
--- a/components/choice-location/choice-location.vue
+++ b/components/choice-location/choice-location.vue
@@ -108,7 +108,7 @@
},
propContainerDisplay: {
type: String,
- default: '',
+ default: 'inline-block',
}
},
// 页面被展示