no message

Former-commit-id: 68d2ba05ec5fdb22a860ce1abd6bae4126b23249
Former-commit-id: 5247a8adaa9ad79f1d3861e55991f0d36cf7a199
Former-commit-id: 15cab048e5e177ca329218f86c5aba9d8296ed3d
This commit is contained in:
liyang
2018-06-04 15:30:02 +08:00
parent e41f583803
commit 80872b727e
2 changed files with 23 additions and 0 deletions

View File

@@ -39,6 +39,17 @@ $theme-container-full-border-color: #d8dfea;
border-top-color: #FFF;
}
}
.el-submenu {
.el-submenu__title {
color: #FFF;
&:hover {
background-color: rgba(#000, 0.1);
}
.el-submenu__icon-arrow {
color: #FFF;
}
}
}
}
// 顶栏右侧
.dd-header-right {