Initial commit: AI 阅卷助手 Tauri v2 + Vue 3
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
html[data-window="win-main"] { background: #1e1e1e; }
|
||||
html[data-window="win-dialog"] { background: #f5f7fa; }
|
||||
html[data-window="win-screenshot"] { background: transparent; }
|
||||
body { user-select: none; }
|
||||
#app { width: 100%; height: 100%; overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }
|
||||
::-webkit-scrollbar { width: 6px; }
|
||||
::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }
|
||||
::-webkit-scrollbar-track { background: transparent; }
|
||||
Reference in New Issue
Block a user