From 4277e5cc9276a4017562f11dcedd81c36ed51a1d Mon Sep 17 00:00:00 2001 From: niyyzf Date: Tue, 23 Jul 2024 12:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9minicard=20=E5=92=8C=20?= =?UTF-8?q?=E4=BE=A7=E5=A3=81=E6=A1=88=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/base.scss | 2 +- web/components/Cards/MiniCard.vue | 104 ++++++++++++++++++++++-------- web/components/Grid/MainGrid.vue | 79 +++++++++-------------- web/components/SettingCard.vue | 13 ++-- web/components/SidebarRight.vue | 9 --- web/components/Term.vue | 1 - web/components/shell/SideBar.vue | 10 ++- web/components/shell/TitleBar.vue | 84 ++++++++++-------------- web/layouts/Main.vue | 2 +- web/pages/terminal.vue | 35 ++++++++++ 10 files changed, 191 insertions(+), 148 deletions(-) delete mode 100644 web/components/SidebarRight.vue create mode 100644 web/pages/terminal.vue diff --git a/web/base.scss b/web/base.scss index 07d3a48..a99a954 100755 --- a/web/base.scss +++ b/web/base.scss @@ -11,7 +11,7 @@ $tertiary-color: #c4c744; $bg-color-1: #3B8AFF; $bg-color-2: #0051B5; -$unfocused-color: #8A92A6; +$unfocused-color: #a4abbc; $light-text-color: #04040B; $light-unfocused-color: $unfocused-color; diff --git a/web/components/Cards/MiniCard.vue b/web/components/Cards/MiniCard.vue index 64e4715..54f8471 100755 --- a/web/components/Cards/MiniCard.vue +++ b/web/components/Cards/MiniCard.vue @@ -1,7 +1,7 @@ @@ -48,26 +49,23 @@ dataStore.$subscribe((_, state) => {