style(stage-tamagotchi): add drag region

This commit is contained in:
RainbowBird
2025-09-17 17:10:53 +08:00
parent 58616d9edb
commit 400103c488
@@ -55,6 +55,7 @@ const modeIndicatorClass = computed(() => {
flex="~ col"
relative z-2 h-full overflow-hidden rounded-xl
transition="opacity duration-500 ease-in-out"
class="drag-region"
>
<div v-show="!isLoading" relative h-full w-full items-end gap-2 class="view">
<WidgetStage