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 @@