| | |
| | | position: relative; |
| | | top: 5px; |
| | | } |
| | | |
| | | //左侧导航栏 |
| | | .avue-logo { |
| | | background-color: #409eff !important; |
| | | color: #fff !important; |
| | | } |
| | | .avue-sidebar { |
| | | background-color: #fff !important; |
| | | } |
| | | |
| | | .avue-header { |
| | | background-color: #409eff !important; |
| | | color: #fff !important; |
| | | } |
| | | |
| | | .avue-sidebar .el-menu-item span, |
| | | .avue-sidebar .el-submenu__title span, |
| | | .avue-sidebar .el-submenu__title i { |
| | | color: #000 !important; |
| | | } |
| | | |
| | | // 菜单 活动背景 |
| | | .avue-sidebar .el-menu-item.is-active { |
| | | background-color: #409eff !important; |
| | | } |
| | | .avue-sidebar .el-menu-item.is-active span { |
| | | color: #fff !important; |
| | | } |
| | | |
| | | //top 导航 按钮 |
| | | .el-menu--horizontal > .el-menu-item.is-active, |
| | | .avue-top, |
| | | .el-dropdown { |
| | | color: #fff !important; |
| | | } |