From 1d930fa63aab178618d765179628b1f071517b4f Mon Sep 17 00:00:00 2001 From: lyf <2514544224@qq.com> Date: Tue, 7 Jul 2026 18:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=B2=E8=A7=A3=E9=A1=B5?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=8C=89=E9=92=AE=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/explain/ExplainHallSelect.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/components/explain/ExplainHallSelect.vue b/src/components/explain/ExplainHallSelect.vue index b0e16fc..eea1560 100644 --- a/src/components/explain/ExplainHallSelect.vue +++ b/src/components/explain/ExplainHallSelect.vue @@ -331,19 +331,28 @@ const handleBack = () => { width: 82px; display: flex; align-items: center; + justify-content: flex-start; gap: 2px; z-index: 1; } .header-back-icon { + width: 18px; + height: 24px; + display: flex; + align-items: center; + justify-content: center; font-size: 27px; - line-height: 27px; + line-height: 24px; color: #151713; } .header-back-text { + display: flex; + align-items: center; + height: 24px; font-size: 15px; - line-height: 21px; + line-height: 24px; font-weight: 500; color: #151713; }