From 8db50667cedc4b5656ca2270cb6e627488e6bf66 Mon Sep 17 00:00:00 2001 From: lyf <2514544224@qq.com> Date: Wed, 15 Jul 2026 18:27:09 +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=E9=A1=B5=E6=92=AD=E6=94=BE=E5=99=A8=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exhibit/detail.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/exhibit/detail.vue b/src/pages/exhibit/detail.vue index 8b91876..8e3378e 100644 --- a/src/pages/exhibit/detail.vue +++ b/src/pages/exhibit/detail.vue @@ -1111,6 +1111,7 @@ const handleBack = () => { .detail-audio-dock-main { height: 50px; + padding-left: 58px; display: flex; align-items: center; gap: 14px; @@ -1148,6 +1149,13 @@ const handleBack = () => { color: #94948f; } +.detail-audio-play { + position: absolute; + top: 14px; + left: 22px; + z-index: 1; +} + .detail-audio-retry { height: 32px; padding: 0 10px;