修复讲解播放器显示和展厅间隔
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-09 19:49:29 +08:00
parent 63540dac65
commit d65d02510f
3 changed files with 2 additions and 4 deletions

View File

@@ -727,7 +727,7 @@ defineExpose({
left: 50%; left: 50%;
right: auto; right: auto;
bottom: calc(12px + env(safe-area-inset-bottom)); bottom: calc(12px + env(safe-area-inset-bottom));
z-index: 2200; z-index: 2210;
width: calc(min(100vw, 430px) - 28px); width: calc(min(100vw, 430px) - 28px);
box-sizing: border-box; box-sizing: border-box;
transform: translateX(-50%); transform: translateX(-50%);

View File

@@ -446,7 +446,7 @@ const handleBack = () => {
.hall-overview-list { .hall-overview-list {
height: 100%; height: 100%;
gap: 5px; gap: 0;
} }
.explain-scroll.unit-stage .hall-list, .explain-scroll.unit-stage .hall-list,

View File

@@ -693,8 +693,6 @@ const fallbackToExplainHome = () => {
} }
const handleBack = () => { const handleBack = () => {
globalAudioPlayer.close()
if (typeof window !== 'undefined' && window.history.length > 1) { if (typeof window !== 'undefined' && window.history.length > 1) {
const currentHref = window.location.href const currentHref = window.location.href
window.history.back() window.history.back()