diff --git a/packages/frontend/src/style.css b/packages/frontend/src/style.css index af1a5e1..272fd8d 100644 --- a/packages/frontend/src/style.css +++ b/packages/frontend/src/style.css @@ -220,3 +220,7 @@ button:focus-visible { outline: none !important; box-shadow: none !important; } +/* 当鼠标悬停在按钮上时,鼠标指针变为手型 */ +button:hover { + cursor: pointer; +} \ No newline at end of file