style;样式
Showing
2 changed files
with
3 additions
and
4 deletions
1 | <template> | 1 | <template> |
2 | <el-menu router :default-active="activeMenu" mode="horizontal"> | 2 | <el-menu router :default-active="activeMenu" menu-trigger="click" mode="horizontal"> |
3 | <!-- 权限菜单 --> | 3 | <!-- 权限菜单 --> |
4 | <sidebar-item v-for="route in permission_routes.slice(1, 4)" :key="route.path" :item="route" | 4 | <sidebar-item v-for="route in permission_routes.slice(1, 4)" :key="route.path" :item="route" |
5 | :base-path="route.path" /> | 5 | :base-path="route.path" /> | ... | ... |
... | @@ -275,10 +275,9 @@ table td { | ... | @@ -275,10 +275,9 @@ table td { |
275 | color: #02D9FD !important; | 275 | color: #02D9FD !important; |
276 | } | 276 | } |
277 | 277 | ||
278 | .el-menu--horizontal .el-menu-item:not(.is-disabled):hover, | 278 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):hover, |
279 | .el-select-dropdown__item.hover, | ||
280 | .el-select-dropdown__item:hover, | 279 | .el-select-dropdown__item:hover, |
281 | .el-menu--horizontal .el-menu-item:not(.is-disabled):focus { | 280 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):focus { |
282 | background: #074487; | 281 | background: #074487; |
283 | border: 1px solid #02D9FD; | 282 | border: 1px solid #02D9FD; |
284 | color: #FFFFFF !important; | 283 | color: #FFFFFF !important; | ... | ... |
-
Please register or sign in to post a comment