liuyg
2021-07-27 8598805073eb5050aae1795f46c09391525e2445
白蓝样式
1 files modified
35 ■■■■■ changed files
src/styles/element-ui.scss 35 ●●●●● patch | view | raw | blame | history
src/styles/element-ui.scss
@@ -165,3 +165,38 @@
  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;
}