v0.1.56 - 타임테이블 안내와 달력 클릭 보정

This commit is contained in:
2026-04-24 17:14:04 +09:00
parent 23dcd1c778
commit 3dd3109c8b
7 changed files with 16 additions and 26 deletions

View File

@@ -83,7 +83,7 @@ onBeforeUnmount(() => {
<span
v-if="open"
class="absolute left-0 top-7 z-50 w-64 rounded-2xl border border-stone-200 bg-white p-4 text-left shadow-[0_18px_50px_rgba(28,25,23,0.16)]"
class="absolute right-0 top-7 z-50 w-[min(16rem,calc(100vw-2rem))] rounded-2xl border border-stone-200 bg-white p-4 text-left shadow-[0_18px_50px_rgba(28,25,23,0.16)] sm:left-0 sm:right-auto sm:w-64"
@pointerdown.stop
>
<span class="block text-[10px] font-bold uppercase tracking-[0.2em] text-stone-500">{{ title }}</span>