feat: 禁止选中 Sidebar 菜单文字

This commit is contained in:
pany 2024-12-12 11:49:44 +08:00
parent ea34a957f0
commit 197b3be224

View File

@ -90,6 +90,7 @@ const tipLineWidth = computed(() => !isTop.value ? "2px" : "0px")
} }
.el-menu { .el-menu {
user-select: none;
border: none; border: none;
width: 100%; width: 100%;
} }