feat: 输入框的样式调整

This commit is contained in:
2025-10-14 21:53:23 +08:00
parent f1e009d656
commit b97c836f97
8 changed files with 51 additions and 20 deletions

View File

@@ -3,6 +3,14 @@
font-size: 0px;
}
.font-size-9 {
font-size: 9px;
}
.font-size-10 {
font-size: 10px;
}
.font-size-12 {
font-size: 12px;
}