This commit is contained in:
2026-04-21 14:21:08 +09:00
parent 85d21f5842
commit 0206cfebf8
7 changed files with 113 additions and 25 deletions

View File

@@ -230,7 +230,10 @@ onBeforeUnmount(() => {
class="flex h-[30px] border-b"
:class="index === hours.length - 1 ? 'border-ink' : 'border-line'"
>
<div class="flex h-full w-[30px] items-center justify-center border-r border-ink text-[9px] text-ink">
<div
class="flex h-full w-[30px] touch-none select-none items-center justify-center border-r border-ink text-[9px] text-ink"
@pointerdown.prevent
>
{{ hour }}
</div>
<div