From 197b3be22473cfdf4d97ad2c742164e375477cd6 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Thu, 12 Dec 2024 11:49:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A6=81=E6=AD=A2=E9=80=89=E4=B8=AD=20?= =?UTF-8?q?Sidebar=20=E8=8F=9C=E5=8D=95=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/Sidebar/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/components/Sidebar/index.vue b/src/layouts/components/Sidebar/index.vue index b307044..3f864f0 100644 --- a/src/layouts/components/Sidebar/index.vue +++ b/src/layouts/components/Sidebar/index.vue @@ -90,6 +90,7 @@ const tipLineWidth = computed(() => !isTop.value ? "2px" : "0px") } .el-menu { + user-select: none; border: none; width: 100%; }