Skip to content

Commit 4af3cda

Browse files
author
xujianhua
committed
小优化
1 parent 00d24d2 commit 4af3cda

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/layout/components/SlideMenu.vue

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
* @Author: your name
33
* @Date: 2021-01-08 16:58:43
4-
* @LastEditTime: 2021-03-26 09:10:05
4+
* @LastEditTime: 2021-04-29 13:10:26
55
* @LastEditors: Please set LastEditors
66
* @Description: In User Settings Edit
77
* @FilePath: \vue3-element-admin\src\components\layout\components\SlideMenu.vue
@@ -80,4 +80,8 @@ export default {
8080
};
8181
</script>
8282

83-
<style lang="scss"></style>
83+
<style lang="scss">
84+
li.el-menu-item.is-active {
85+
background-color: darken($sideBgColor, 15%) !important;
86+
}
87+
</style>

0 commit comments

Comments
 (0)