From 57b66478e7e335379435b31c20da4619bd1411f5 Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期一, 26 八月 2024 18:47:46 +0800 Subject: [PATCH] fix: 修改部分样式 --- src/layout/components/app-header-right/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/layout/components/app-header-right/index.vue b/src/layout/components/app-header-right/index.vue index 0286840..e6b6478 100644 --- a/src/layout/components/app-header-right/index.vue +++ b/src/layout/components/app-header-right/index.vue @@ -28,6 +28,7 @@ <template #icon> <icon-moon-fill v-if="currentThemeMode === 'dark'" /> <icon-sun-fill v-if="currentThemeMode === 'light'" /> + <icon-cloud v-if="currentThemeMode === 'custom'" /> <icon-desktop v-if="currentThemeMode === 'auto'" /> </template> </a-button> -- Gitblit v1.8.0