张恒

修正加载框可以选中和改变大小的问题

......@@ -90,6 +90,8 @@ function loadindWindow () {
frame: false,
backgroundColor: '#222',
transparent: true,
skipTaskbar: 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 {
......