From 17a343392ce54bf641cfe87c5a990ebce568dc68 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 10 May 2026 22:48:49 +0800 Subject: [PATCH] refactor: replace mobile device check with touch capability detection for tab scroll controls --- src/layouts/components/HeaderTab.vue | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/layouts/components/HeaderTab.vue b/src/layouts/components/HeaderTab.vue index f700fe63..e1ab23a7 100644 --- a/src/layouts/components/HeaderTab.vue +++ b/src/layouts/components/HeaderTab.vue @@ -1,6 +1,5 @@