feat: 为虚拟键盘添加F1-F12的按键,并优化布局

This commit is contained in:
Baobhan Sith
2025-05-04 13:38:02 +08:00
parent c5b2d50822
commit 2afbe44e06
2 changed files with 11 additions and 2 deletions
@@ -740,6 +740,8 @@ const toggleVirtualKeyboard = () => {
.mobile-virtual-keyboard {
flex-shrink: 0; /* 防止虚拟键盘缩小 */
width: 100%; /* 确保宽度为 100% */
box-sizing: border-box; /* 边框和内边距包含在宽度内 */
/* 可以添加更多样式,例如背景色、边框等 */
}