From 036bad596009f474518d1c20ff7343a9f83bcf6c Mon Sep 17 00:00:00 2001 From: bboysoul Date: Tue, 8 Sep 2026 20:35:13 +0800 Subject: [PATCH] refactor: unify mobile sheet patterns --- frontend/src/App.vue | 12 +++++++----- frontend/src/CountdownPanel.test.ts | 2 +- frontend/src/CountdownPanel.vue | 20 ++++++++++---------- frontend/src/MvpPanel.vue | 22 +++++++++++----------- frontend/src/style.css | 7 +++++-- frontend/src/style.test.ts | 28 ++++++++++++++++++++++++++-- 6 files changed, 60 insertions(+), 31 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 4dc1caa..d0962e6 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -874,13 +874,14 @@ onMounted(bootstrap) -
+
-
-