From 722b105816cb26108a91dca7095fd5f3e95deb9e Mon Sep 17 00:00:00 2001 From: dingjiahuichina Date: Fri, 12 Dec 2025 03:44:24 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A1=B6=E9=83=A8?= =?UTF-8?q?=E6=A0=8F=E6=8B=96=E5=8A=A8=E6=9D=A1=E4=B8=8D=E5=AE=B9=E6=98=93?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index 074fe67..067f6f4 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -334,7 +334,7 @@ onMounted(async () => { gap: 4px; overflow-x: auto; flex: 1; - -webkit-app-region: drag; + -webkit-app-region: no-drag; &::-webkit-scrollbar { height: 4px; -- Gitee