From dea424989c4fb612acf34f662ee8e2531ff2c02d Mon Sep 17 00:00:00 2001 From: zjp Date: Fri, 29 Nov 2024 20:24:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(TopBar):=20=E5=9C=A8=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=8C=89=E9=92=AE=E4=B8=8A=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=90=8C=E7=9A=84=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close https://github.com/os-checker/os-checker.github.io/issues/127 --- os-checks/components/TopBar.vue | 59 ++++++++++++--------------------- os-checks/stores/style.ts | 2 +- 2 files changed, 23 insertions(+), 38 deletions(-) diff --git a/os-checks/components/TopBar.vue b/os-checks/components/TopBar.vue index f131169..5e6ac07 100644 --- a/os-checks/components/TopBar.vue +++ b/os-checks/components/TopBar.vue @@ -4,32 +4,31 @@
-
@@ -49,39 +48,25 @@ diff --git a/os-checks/stores/style.ts b/os-checks/stores/style.ts index d35d415..1028669 100644 --- a/os-checks/stores/style.ts +++ b/os-checks/stores/style.ts @@ -14,7 +14,7 @@ export const useStyleStore = defineStore('style', () => { color.red = styles.getPropertyValue('--p-red-500').trim(); color.grey = styles.getPropertyValue('--p-gray-400').trim(); color.topButton = styles.getPropertyValue('--p-button-primary-background').trim(); - color.orange_light = styles.getPropertyValue('--p-orange-300').trim(); + color.orange_light = styles.getPropertyValue('--p-orange-400').trim(); color.orange = styles.getPropertyValue('--p-orange-500').trim(); // 视窗高度