We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea34a95 commit 197b3beCopy full SHA for 197b3be
src/layouts/components/Sidebar/index.vue
@@ -90,6 +90,7 @@ const tipLineWidth = computed(() => !isTop.value ? "2px" : "0px")
90
}
91
92
.el-menu {
93
+ user-select: none;
94
border: none;
95
width: 100%;
96
0 commit comments