保存一下

This commit is contained in:
2025-08-28 08:05:16 +08:00
parent c4fb06f6a6
commit caaece6b4f
14 changed files with 107 additions and 36 deletions

View File

@@ -88,6 +88,7 @@ export class DesktopProcess extends ProcessImpl {
dom.style.zIndex = '0';
dom.style.width = `${this._width}px`
dom.style.height = `${this._height}px`
dom.style.position = 'relative'
this._desktopRootDom = dom
const app = createApp(DesktopComponent, { process: this })