style: 统一样式

This commit is contained in:
Baobhan Sith
2025-06-04 10:38:43 +08:00
parent 092442b37c
commit 87f660cd61
+4
View File
@@ -220,3 +220,7 @@ button:focus-visible {
outline: none !important; outline: none !important;
box-shadow: none !important; box-shadow: none !important;
} }
/* 当鼠标悬停在按钮上时,鼠标指针变为手型 */
button:hover {
cursor: pointer;
}