From 0912a878749e1671c207ecd5ca321c501108593d Mon Sep 17 00:00:00 2001 From: wangdan Date: Thu, 16 Feb 2023 19:04:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=A6=82=E5=86=B5?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/app-layout/footer/index.vue | 4 +- .../src/components/card-with-header/index.vue | 41 +++++++++++++------ frontend/src/lang/modules/zh.ts | 2 +- frontend/src/main.ts | 1 - frontend/src/styles/common-dark.scss | 0 frontend/src/styles/element.scss | 9 ++++ frontend/src/styles/index.scss | 1 - frontend/src/views/home/app/index.vue | 11 +++-- frontend/src/views/home/index.vue | 14 +++---- frontend/src/views/home/status/index.vue | 14 +++---- 10 files changed, 59 insertions(+), 38 deletions(-) delete mode 100644 frontend/src/styles/common-dark.scss diff --git a/frontend/src/components/app-layout/footer/index.vue b/frontend/src/components/app-layout/footer/index.vue index 248c4ce4d..76c5e73d6 100644 --- a/frontend/src/components/app-layout/footer/index.vue +++ b/frontend/src/components/app-layout/footer/index.vue @@ -19,13 +19,13 @@ border-top: 1px solid #e4e7ed; box-sizing: border-box; a { - font-size: 14px; + font-size: 12px; color: #858585; text-decoration: none; letter-spacing: 0.5px; } span { - font-size: 14px; + font-size: 12px; color: #858585; text-decoration: none; letter-spacing: 0.5px; diff --git a/frontend/src/components/card-with-header/index.vue b/frontend/src/components/card-with-header/index.vue index 46169fe56..9a569aa04 100644 --- a/frontend/src/components/card-with-header/index.vue +++ b/frontend/src/components/card-with-header/index.vue @@ -2,7 +2,6 @@
- {{ header }}
@@ -24,20 +23,36 @@ defineProps({