From a6c375bdb4cdcb9c977d4dd3bb2e71e88bab14d5 Mon Sep 17 00:00:00 2001 From: lyf <2514544224@qq.com> Date: Thu, 9 Jul 2026 23:13:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=B2=E8=A7=A3=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E8=AF=AD=E8=A8=80=E5=88=87=E6=8D=A2=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exhibit/detail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/exhibit/detail.vue b/src/pages/exhibit/detail.vue index bb7602a..baf4ffd 100644 --- a/src/pages/exhibit/detail.vue +++ b/src/pages/exhibit/detail.vue @@ -1122,9 +1122,10 @@ const handleBack = () => { .language-anchor { width: min(315px, 100%); height: 64px; - margin-top: 26px; + margin: 26px auto 0; padding: 6px; display: flex; + align-self: center; box-sizing: border-box; background: rgba(17, 20, 15, 0.92); border-radius: 16px;