From b96d10cb621a5ff5c5a942aaddc54d4cb4eef1fd Mon Sep 17 00:00:00 2001 From: Megghy Date: Sat, 22 Mar 2025 03:27:08 +0800 Subject: [PATCH] optimize layout --- src/App.vue | 6 +- src/data/constants.ts | 16 ++--- src/main.ts | 2 +- src/store/useNotificationStore.ts | 1 + src/views/ManageLayout.vue | 68 ++++++++++--------- src/views/ViewerLayout.vue | 6 +- src/views/client/ClientLayout.vue | 6 ++ src/views/manage/QuestionBoxManageView.vue | 2 +- src/views/view/SongListView.vue | 12 ++-- .../TraditionalSongListTemplate.vue | 3 +- 10 files changed, 65 insertions(+), 57 deletions(-) create mode 100644 src/views/client/ClientLayout.vue diff --git a/src/App.vue b/src/App.vue index 0e1e994..a7088f7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,15 +7,15 @@ - + -