From 80e517ea7747b5fb6e20303fea44871162549436 Mon Sep 17 00:00:00 2001 From: xjh <2423579486@qq.com> Date: Mon, 17 Apr 2023 14:38:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=90=8E=E5=8F=B0=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- public/favicon.ico | Bin 27342 -> 82118 bytes public/images/logo_login.png | Bin 42315 -> 5339 bytes public/logo.png | Bin 39871 -> 7203 bytes src/layout/Index.vue | 4 ++-- src/layout/components/Menu.vue | 2 +- src/pages/login.vue | 16 +++++++++++++--- src/styles/element/index.scss | 2 +- 8 files changed, 18 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index c013a99..6e4cd78 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - 爱华仕后台管理系统 + 厚德艺术后台管理系统 - + @@ -154,7 +154,7 @@ body { // justify-content: space-around; height: 70px; text-align: center; - background-color: #ed1f65; // 头部logo背景色 + background-color: #A30000; // 头部logo背景色 // background-color: #2b333e; //默认 color: white; z-index: 99; diff --git a/src/layout/components/Menu.vue b/src/layout/components/Menu.vue index 602f85f..408a038 100644 --- a/src/layout/components/Menu.vue +++ b/src/layout/components/Menu.vue @@ -66,7 +66,7 @@ const isShow = ({ show }) => { /* 选中背景颜色 */ .el-menu-item.is-active { - background-color: #ed1f65 !important; + background-color: #A30000 !important; } /* 二级菜单开展箭头图标 */ diff --git a/src/pages/login.vue b/src/pages/login.vue index b394732..9a8f968 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -12,7 +12,7 @@