@@ -309,7 +309,7 @@ onMounted(() => {
/* 添加鼠标悬停样式 */
.toggle-button:hover {
- background-color: gray;
+ background-color: #afafaf;
}