修改网站图标显示 & 所以按钮添加手形样式

This commit is contained in:
Eamon-meng
2026-03-12 15:46:30 +08:00
parent 2b77ea189b
commit bce7e41adf
6 changed files with 5 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ export default function LoginCard() {
<button
type="button"
tabIndex={-1}
className="absolute right-2 top-1/2 -translate-y-1/2 text-gray-400 hover:text-gray-600"
className="absolute right-2 top-1/2 -translate-y-1/2 text-gray-400 hover:text-gray-600 cursor-pointer"
onClick={() => setShowPwd(v => !v)}
aria-label={showPwd ? '隐藏密码' : '显示密码'}
>