mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-10 01:48:18 +00:00
fix: vision 大包 window 指向问题
This commit is contained in:
parent
9a12eb2a61
commit
aa1b526f31
@ -148,7 +148,7 @@ export default class Bundle {
|
|||||||
}
|
}
|
||||||
if (isPrototype(proto)) {
|
if (isPrototype(proto)) {
|
||||||
const componentName = proto.getComponentName()!;
|
const componentName = proto.getComponentName()!;
|
||||||
if (!proto.getView() && this.viewsMap[componentName]) {
|
if (this.viewsMap[componentName]) {
|
||||||
proto.setView(this.viewsMap[componentName]);
|
proto.setView(this.viewsMap[componentName]);
|
||||||
}
|
}
|
||||||
if (cp.name && !proto.getPackageName()) {
|
if (cp.name && !proto.getPackageName()) {
|
||||||
|
|||||||
@ -239,7 +239,7 @@ body {
|
|||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: var(--dock-pane-width);
|
width: var(--dock-pane-width);
|
||||||
min-width: var(--dock-fixed-pane-width);
|
// min-width: var(--dock-fixed-pane-width);
|
||||||
left: calc(var(--left-area-width) + 1px);
|
left: calc(var(--left-area-width) + 1px);
|
||||||
background-color: var(--color-pane-background);
|
background-color: var(--color-pane-background);
|
||||||
box-shadow: 4px 6px 6px 0 rgba(31,50,88,0.08);
|
box-shadow: 4px 6px 6px 0 rgba(31,50,88,0.08);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user