张恒

修正loading图可以被拖动和改变大小的问题

......@@ -89,7 +89,9 @@ function loadindWindow () {
height: 600,
frame: false,
backgroundColor: '#222',
skipTaskbar: true,
transparent: true,
resizable: false,
webPreferences: { experimentalFeatures: true }
})
......
......@@ -10,6 +10,8 @@
height: 100%;
min-height: 100%;
overflow: hidden;
user-select: none;
-webkit-app-region: no-drag;
}
html body {
......