From 8b914aae8a35f50f2172942c36b7a976f01912e1 Mon Sep 17 00:00:00 2001
From: wuzhuorong <973204353@qq.com>
Date: Fri, 12 Jun 2026 14:27:24 +0800
Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E9=87=8D=E6=9E=84App.vue?=
=?UTF-8?q?=E4=B8=BA=E7=BA=AF=E8=B7=AF=E7=94=B1=E5=87=BA=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
apps/web/src/App.vue | 79 ++++++++++++++------------------------------
1 file changed, 25 insertions(+), 54 deletions(-)
diff --git a/apps/web/src/App.vue b/apps/web/src/App.vue
index cda254c..59cc8e6 100644
--- a/apps/web/src/App.vue
+++ b/apps/web/src/App.vue
@@ -1,60 +1,12 @@
-
-
-
-
-
-
-
+
-
-
+
+/* 全局 cursor pointer */
+button,
+[role="button"],
+.el-button,
+.el-menu-item,
+.el-tag,
+.el-pagination li {
+ cursor: pointer;
+}
+
+/* Reduced motion */
+@media (prefers-reduced-motion: reduce) {
+ *, *::before, *::after {
+ animation-duration: 0.01ms !important;
+ transition-duration: 0.01ms !important;
+ }
+}
+
\ No newline at end of file