保存一下

This commit is contained in:
2025-09-01 16:31:47 +08:00
parent 90d72e1649
commit d34e953440
3 changed files with 206 additions and 0 deletions

View File

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