From 980e4b1ec65d2436189031ec9e28d50b0904745e Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Thu, 31 Jul 2025 09:59:20 +0800 Subject: [PATCH] =?UTF-8?q?monkDetail=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/monk/monkDetail.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pages/monk/monkDetail.vue b/pages/monk/monkDetail.vue index a77c36a..f985c35 100644 --- a/pages/monk/monkDetail.vue +++ b/pages/monk/monkDetail.vue @@ -248,12 +248,22 @@ export default { transition: all 0.3s ease; position: relative; cursor: pointer; + /* 移除点击反馈效果 */ + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; + user-select: none; } .nav-tab.active { color: #695347; - background-color: rgba(105, 83, 71, 0.1); + //background-color: rgba(105, 83, 71, 0.1); font-weight: bold; + /* 移除点击反馈效果 */ + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; + user-select: none; } .nav-tab.active::after {