This commit is contained in:
@@ -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%);
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user