From 6f005c1404511b7e69cea83d8829c0fad7bc76e8 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Tue, 18 Nov 2025 17:03:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增locate页,用于地图跳转 - 调整about页卡片布局 --- app/components/pages/about/LearnMoreCard.vue | 14 ++++++++++++++ app/pages/about/index.vue | 10 +++++++++- app/pages/locate.vue | 12 ++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 app/pages/locate.vue diff --git a/app/components/pages/about/LearnMoreCard.vue b/app/components/pages/about/LearnMoreCard.vue index 49eb285..df119ce 100644 --- a/app/components/pages/about/LearnMoreCard.vue +++ b/app/components/pages/about/LearnMoreCard.vue @@ -90,4 +90,18 @@ .icon { padding: 10px; } + + @media (max-width: 768px) { + .learn-more-wrapper { + display: flex; + justify-content: center; + align-items: center; + width: 100%; + } + + .learn-more-card { + width: 80%; + min-width: 0; + } + } diff --git a/app/pages/about/index.vue b/app/pages/about/index.vue index 37ce79a..ee510db 100644 --- a/app/pages/about/index.vue +++ b/app/pages/about/index.vue @@ -25,7 +25,7 @@ @@ -95,4 +95,12 @@ align-items: center; margin-top: 1rem; } + + @media (max-width: 768px) { + .button-group { + align-items: center; + margin-left: 0; + gap: 0.5rem; + } + } diff --git a/app/pages/locate.vue b/app/pages/locate.vue new file mode 100644 index 0000000..79ad95e --- /dev/null +++ b/app/pages/locate.vue @@ -0,0 +1,12 @@ + + +