fix: input cursor pointer

This commit is contained in:
2026-05-27 17:48:54 +08:00
parent 7cb59b5122
commit a3e3c2a8fa

View File

@@ -284,6 +284,10 @@ body {
justify-content: center;
}
select, option, input[type='checkbox'], input[type='date'] {
cursor: pointer;
}
label {
user-select: none;
width: fit-content;