From cf62f20398e80aa7151f5092c8c2b457f1a2d659 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 1 Apr 2023 01:48:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(css):=20=E5=BA=94=E7=94=A8=E6=95=B4?= =?UTF-8?q?=E4=BD=93=E8=89=B2=E8=B0=83=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/index.css | 15 +++++++++++++++ src/components/t-position.vue | 8 ++++---- src/components/t-sidebar.vue | 3 +-- src/pages/Achievements.vue | 7 ++++--- src/pages/Config.vue | 13 +++++++------ src/pages/Home.vue | 8 ++++---- src/pages/News.vue | 23 ++++------------------- 7 files changed, 39 insertions(+), 38 deletions(-) diff --git a/src/assets/index.css b/src/assets/index.css index 721aaf61..31d68479 100644 --- a/src/assets/index.css +++ b/src/assets/index.css @@ -19,3 +19,18 @@ .mys-post-json .jv-toggle { background-color: #faf7e8 !important; } + +/* card action 内的按钮 */ +.card-btn { + background: #546d8b !important; + color: #faf7e8 !important; +} + +.card-btn svg { + width: 18px; + height: 18px; +} + +.card-btn svg path { + fill: #faf7e8; +} diff --git a/src/components/t-position.vue b/src/components/t-position.vue index 695fa938..c39d75e9 100644 --- a/src/components/t-position.vue +++ b/src/components/t-position.vue @@ -7,9 +7,9 @@
- +