mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-22 21:42:37 +00:00
support preview Mode
This commit is contained in:
parent
cbecee82c3
commit
6f4b6c1db8
@ -45,6 +45,8 @@ export default class Dock implements IWidget {
|
|||||||
} else {
|
} else {
|
||||||
this._body = createElement(DockView, props);
|
this._body = createElement(DockView, props);
|
||||||
}
|
}
|
||||||
|
this.inited = true;
|
||||||
|
|
||||||
return this._body;
|
return this._body;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -101,3 +101,9 @@ html.engine-blur #engine {
|
|||||||
.lc-left-float-pane {
|
.lc-left-float-pane {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html.engine-preview-mode {
|
||||||
|
.lc-left-area, .lc-right-area {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user