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