style:nav选中样式修改
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -105,6 +105,10 @@ export default { | ... | @@ -105,6 +105,10 @@ export default { |
| 105 | @extend .xuanzhong; | 105 | @extend .xuanzhong; |
| 106 | } | 106 | } |
| 107 | 107 | ||
| 108 | /deep/.el-menu-item.is-active { | ||
| 109 | @extend .xuanzhong; | ||
| 110 | } | ||
| 111 | |||
| 108 | 112 | ||
| 109 | .navbar { | 113 | .navbar { |
| 110 | height: $headerHeight; | 114 | height: $headerHeight; | ... | ... |
-
Please register or sign in to post a comment