From 927d85e5b05646b9d6255f9f44d71bc1a7b8e8a7 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Fri, 13 Jun 2025 17:02:19 +0800 Subject: [PATCH] fix(stage-tamagotchi,stage-web): overflow for stage, support vertical for model settings --- .../Settings/Live2DModelControlButton.vue | 22 +++++++++++++++++++ .../src/pages/settings/models/index.vue | 22 ++++++++++++++----- .../src/pages/settings/models/index.vue | 22 ++++++++++++++----- .../src/components/Section/Section.vue | 2 +- 4 files changed, 57 insertions(+), 11 deletions(-) create mode 100644 apps/stage-tamagotchi/src/components/Settings/Live2DModelControlButton.vue diff --git a/apps/stage-tamagotchi/src/components/Settings/Live2DModelControlButton.vue b/apps/stage-tamagotchi/src/components/Settings/Live2DModelControlButton.vue new file mode 100644 index 000000000..5a988d3f7 --- /dev/null +++ b/apps/stage-tamagotchi/src/components/Settings/Live2DModelControlButton.vue @@ -0,0 +1,22 @@ + + + diff --git a/apps/stage-tamagotchi/src/pages/settings/models/index.vue b/apps/stage-tamagotchi/src/pages/settings/models/index.vue index 6239b331a..41015d54e 100644 --- a/apps/stage-tamagotchi/src/pages/settings/models/index.vue +++ b/apps/stage-tamagotchi/src/pages/settings/models/index.vue @@ -46,18 +46,30 @@ const positionCursor = useMouse()