feat: 完整日志系统 + 设置增强 + 子窗口交互优化

This commit is contained in:
2026-07-20 13:17:28 +08:00
parent 1bc2da9c20
commit f89391c791
22 changed files with 559 additions and 112 deletions
+2
View File
@@ -4,6 +4,8 @@ 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; }
html[data-window="win-dialog"] .el-dialog { display: flex; flex-direction: column; height: 100%; }
html[data-window="win-dialog"] .el-dialog .el-dialog__body { flex: 1; overflow-y: auto; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }
::-webkit-scrollbar-track { background: transparent; }