From 916ad6c387181e6ac74a9947f2091f462bd93474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Thu, 22 Feb 2024 16:47:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9A=82=E6=97=B6=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=B8=BB=E9=A2=98=E9=80=89=E9=A1=B9=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=B7=E6=96=B0=E6=97=B6=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=9A=82=E6=97=B6=E4=B8=BA=E9=BB=91=E8=89=B2=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/Login.vue | 1 + src/components/layout/Header.vue | 12 ++++++------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index 40c409e4..53327c82 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/Login.vue b/src/Login.vue index 1dab0b6b..73597b8d 100644 --- a/src/Login.vue +++ b/src/Login.vue @@ -242,6 +242,7 @@ export default { } .login--input { :deep .el-input__wrapper { + background-color: rgb(11, 50, 92) !important; box-shadow: none !important; //border-bottom: 1px solid rgba(103,179,245,0.65); border-bottom: 1px solid #295688; diff --git a/src/components/layout/Header.vue b/src/components/layout/Header.vue index 3ccc4640..ac4010b5 100644 --- a/src/components/layout/Header.vue +++ b/src/components/layout/Header.vue @@ -35,12 +35,12 @@
{{ $t('overall.logout') }}
- -
- 暗黑模式 - -
-
+ + + + + +