保存一下
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user