We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d24d2 commit 4af3cdaCopy full SHA for 4af3cda
src/components/layout/components/SlideMenu.vue
@@ -1,7 +1,7 @@
1
<!--
2
* @Author: your name
3
* @Date: 2021-01-08 16:58:43
4
- * @LastEditTime: 2021-03-26 09:10:05
+ * @LastEditTime: 2021-04-29 13:10:26
5
* @LastEditors: Please set LastEditors
6
* @Description: In User Settings Edit
7
* @FilePath: \vue3-element-admin\src\components\layout\components\SlideMenu.vue
@@ -80,4 +80,8 @@ export default {
80
};
81
</script>
82
83
-<style lang="scss"></style>
+<style lang="scss">
84
+li.el-menu-item.is-active {
85
+ background-color: darken($sideBgColor, 15%) !important;
86
+}
87
+</style>
0 commit comments