[feat] Support empty numeric inputs & UI improvements for real app
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user