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}
- }
variant="ghost"
+ size="sm"
onClick={() => navigate('/community')}
- >
- 查看更多
-
+ 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() {
}
variant="outline"
+ colorScheme="gray"
+ color="gray.300"
+ borderColor="gray.500"
+ _hover={{ bg: 'gray.700', borderColor: 'gray.400' }}
onClick={() => {
setIsEditing(false);
setFormData({