|
|
@@ -623,7 +623,7 @@ export default {
|
|
|
.logo-content {
|
|
|
// padding: 20px;
|
|
|
// min-width: 220px;
|
|
|
- background: #242744;
|
|
|
+ background: #00beb4;
|
|
|
padding: 22px;
|
|
|
.logo-text {
|
|
|
width: 156px;
|
|
|
@@ -774,16 +774,16 @@ export default {
|
|
|
flex-grow: 1;
|
|
|
flex-basis: 0;
|
|
|
overflow-y: scroll;
|
|
|
- background: #242744 !important;
|
|
|
+ background: #00BEB4 !important;
|
|
|
.el-submenu__title {
|
|
|
- background: #242744 !important;
|
|
|
+ background: #00BEB4 !important;
|
|
|
}
|
|
|
.el-menu {
|
|
|
border-bottom: none;
|
|
|
.el-menu-item {
|
|
|
- background: #242744 !important;
|
|
|
+ background: #00BEB4 !important;
|
|
|
&.is-active {
|
|
|
- background: #080c27 !important;
|
|
|
+ background: #0096B4 !important;
|
|
|
color: #4dcc6f !important;
|
|
|
position: relative;
|
|
|
&::before {
|