From d747edc1f399ff06884c6c7e70f3f60388bc48d9 Mon Sep 17 00:00:00 2001 From: pixelmaxQM Date: Mon, 7 Apr 2025 12:17:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E6=AD=A2=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E7=9A=84=E9=BB=98=E8=AE=A4=E6=B8=B8=E6=A0=87=E8=A1=8C?= =?UTF-8?q?=E4=B8=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/style/reset.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/style/reset.scss b/web/src/style/reset.scss index 2cd44c70..46b25f8b 100644 --- a/web/src/style/reset.scss +++ b/web/src/style/reset.scss @@ -11,6 +11,7 @@ html { /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ + user-select: none; // 禁止浏览器的游标行为 } /* Sections