Skip to content

Commit

Permalink
feat: 禁止选中 Sidebar 菜单文字
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Dec 12, 2024
1 parent ea34a95 commit 197b3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/components/Sidebar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const tipLineWidth = computed(() => !isTop.value ? "2px" : "0px")
}
.el-menu {
user-select: none;
border: none;
width: 100%;
}
Expand Down

0 comments on commit 197b3be

Please sign in to comment.