style: 统一样式
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user