fix:搜索框输入问题

This commit is contained in:
hzm
2026-02-17 10:22:03 +08:00
parent 6caf246010
commit e93dedca9f
2 changed files with 11 additions and 2 deletions

View File

@@ -434,6 +434,11 @@ input[type="number"] {
/* 防止 iOS 在输入时自动放大 */
}
.navbar-input-field {
font-size: 16px;
/* 防止 iOS 在输入时自动放大 */
}
.container {
padding: 16px;
}