[feat] Support empty numeric inputs & UI improvements for real app

This commit is contained in:
He
2026-06-16 19:00:03 +08:00
parent b926a6e30d
commit b86716e952
7 changed files with 183 additions and 87 deletions
+6
View File
@@ -86,9 +86,15 @@
}
body {
@apply bg-background text-foreground font-mono antialiased;
/* 禁用右键菜单 */
-webkit-user-select: none;
user-select: none;
}
html {
@apply bg-background;
/* 禁用触摸移动 */
overscroll-behavior: none;
touch-action: pan-x pan-y;
}
}