no message

Former-commit-id: 576684d8aafb9b67dc24f405c1d3a5fef4b785ae
Former-commit-id: 651df7589d479c39b17453a8213c661f1feec434
Former-commit-id: bdcf1f2a639a25e840f47eb5766e4011cb408682
This commit is contained in:
liyang
2018-06-04 15:18:09 +08:00
parent a28d8f246b
commit e41f583803
5 changed files with 53 additions and 47 deletions

View File

@@ -17,7 +17,9 @@ $theme-container-full-border-color: #d8dfea;
border-top: 1px solid $theme-container-full-border-color;
}
}
// 顶栏
.el-header {
// 切换按钮
.toggle-aside-btn {
i {
color: #FFF;
@@ -26,6 +28,7 @@ $theme-container-full-border-color: #d8dfea;
}
}
}
// 菜单
.el-menu {
.el-menu-item {
color: #FFF;
@@ -37,5 +40,16 @@ $theme-container-full-border-color: #d8dfea;
}
}
}
// 顶栏右侧
.dd-header-right {
.btn-text {
color: #FFF;
}
.el-dropdown {
.el-dropdown-link {
color: #FFF;
}
}
}
}
}