mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 21:20:28 +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 {
|
||||
this._body = createElement(DockView, props);
|
||||
}
|
||||
this.inited = true;
|
||||
|
||||
return this._body;
|
||||
}
|
||||
|
||||
|
||||
@ -101,3 +101,9 @@ html.engine-blur #engine {
|
||||
.lc-left-float-pane {
|
||||
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