From 34e96971b56310a130a0928171d27d471ab205d7 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Mon, 29 May 2023 23:36:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E5=A4=9A=E8=AF=AD=E8=A8=80=E5=9B=BE=E6=A0=87=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LangSelect/index.vue | 12 ++++++------ src/styles/dark.scss | 1 - src/views/login/index.vue | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/components/LangSelect/index.vue b/src/components/LangSelect/index.vue index 4880cd0..b4a63ea 100644 --- a/src/components/LangSelect/index.vue +++ b/src/components/LangSelect/index.vue @@ -1,7 +1,7 @@ diff --git a/src/styles/dark.scss b/src/styles/dark.scss index 5b719ff..1187e8f 100644 --- a/src/styles/dark.scss +++ b/src/styles/dark.scss @@ -8,7 +8,6 @@ html.dark { --subMenuHover: rgb(0 0 0 / 20%); .navbar { - color: var(--el-text-color-regular); background-color: var(--el-bg-color); .setting-container .setting-item:hover { diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 97d851c..0eb9372 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -8,7 +8,7 @@ >
{{ $t("login.title") }} - +
-- GitLab