mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-25 11:28:18 +00:00
fix: fix wrong configure when isExtends is false 5123d071
This commit is contained in:
parent
3175745e5e
commit
d2de572069
@ -172,6 +172,7 @@ export default function (metadata: TransformedComponentMetadata): TransformedCom
|
|||||||
return {
|
return {
|
||||||
...metadata,
|
...metadata,
|
||||||
configure: {
|
configure: {
|
||||||
|
...configure,
|
||||||
props: [...override],
|
props: [...override],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@ -4,20 +4,21 @@ body, html {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.engine-design-mode {
|
html.engine-design-mode {
|
||||||
padding-bottom: 30px;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.engine-cursor-move, html.engine-cursor-move * {
|
html.engine-cursor-move, html.engine-cursor-move * {
|
||||||
cursor: grabbing !important
|
cursor: grabbing !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.engine-cursor-copy, html.engine-cursor-copy * {
|
html.engine-cursor-copy, html.engine-cursor-copy * {
|
||||||
cursor: copy !important
|
cursor: copy !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.engine-cursor-ew-resize, html.engine-cursor-ew-resize * {
|
html.engine-cursor-ew-resize, html.engine-cursor-ew-resize * {
|
||||||
cursor: ew-resize !important
|
cursor: ew-resize !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user