From 4e16f963a8bfa4af57de4c7eb7e2bcf0b549bd54 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 29 Jul 2024 23:56:33 +0800 Subject: [PATCH] modify style --- src/views/desktop/MainLayout.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/desktop/MainLayout.vue b/src/views/desktop/MainLayout.vue index c04b47f1..d9caa876 100644 --- a/src/views/desktop/MainLayout.vue +++ b/src/views/desktop/MainLayout.vue @@ -112,7 +112,8 @@ :icon="true" @click="(theme === 'light' ? theme = 'dark' : (theme === 'dark' ? theme = 'auto' : theme = 'light'))"> - +