no message

Former-commit-id: 4cbb612fa732dc619e4c14c19c89253a09c0fd49
Former-commit-id: a9532b0350bd454d27f12ff6a6cb360a1d254f3c
Former-commit-id: f83aad9229bb28c4be1ed6f3dee99c54171e5188
This commit is contained in:
liyang
2018-06-05 12:49:10 +08:00
parent b35219e448
commit 6ec6e51e18
3 changed files with 14 additions and 4 deletions

View File

@@ -43,8 +43,11 @@ $theme-color: #EFF4F8;
.el-menu-item {
border-bottom: none;
border-top: 2px solid transparent;
&.is-active {
background-color: transparent;
}
.el-submenu {
.el-submenu__title {
border-bottom: none;
border-top: 2px solid transparent;
}
}
}