From a9c21d8478316c93683bfdca5b64c3f86656f33c Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Mon, 15 Dec 2025 15:20:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI):=20Profile=20=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E3=80=81HotEvents=20?= =?UTF-8?q?=E8=BD=AE=E6=92=AD=E7=AE=AD=E5=A4=B4=E3=80=81Dashboard=20?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Profile: 取消按钮添加深色主题样式 (color, borderColor, hover) - HotEvents: 轮播箭头添加 user-select: none 防止连续点击选中文本 - Dashboard: "查看更多"按钮改为图标按钮 (IconButton + FiPlus) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/views/Community/components/HotEvents/HotEvents.css | 1 + src/views/Dashboard/Center.js | 10 +++++----- src/views/Profile/ProfilePage.js | 4 ++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/Community/components/HotEvents/HotEvents.css b/src/views/Community/components/HotEvents/HotEvents.css index db205f10..5a1bf7c3 100644 --- a/src/views/Community/components/HotEvents/HotEvents.css +++ b/src/views/Community/components/HotEvents/HotEvents.css @@ -54,6 +54,7 @@ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important; transition: all 0.3s ease !important; z-index: 10 !important; + user-select: none !important; /* 防止连续点击时选中文本 */ } .custom-carousel-arrow:hover { diff --git a/src/views/Dashboard/Center.js b/src/views/Dashboard/Center.js index 3e34c48e..4a71c0b0 100644 --- a/src/views/Dashboard/Center.js +++ b/src/views/Dashboard/Center.js @@ -400,13 +400,13 @@ export default function CenterDashboard() { {followingEvents.length} - + aria-label="添加关注事件" + /> diff --git a/src/views/Profile/ProfilePage.js b/src/views/Profile/ProfilePage.js index 8751fa0d..4df65e45 100644 --- a/src/views/Profile/ProfilePage.js +++ b/src/views/Profile/ProfilePage.js @@ -208,6 +208,10 @@ export default function ProfilePage() {