mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +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 {
|
||||
...metadata,
|
||||
configure: {
|
||||
...configure,
|
||||
props: [...override],
|
||||
},
|
||||
};
|
||||
|
||||
@ -4,20 +4,21 @@ body, html {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html.engine-design-mode {
|
||||
padding-bottom: 30px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
html.engine-cursor-move, html.engine-cursor-move * {
|
||||
cursor: grabbing !important
|
||||
cursor: grabbing !important;
|
||||
}
|
||||
|
||||
html.engine-cursor-copy, html.engine-cursor-copy * {
|
||||
cursor: copy !important
|
||||
cursor: copy !important;
|
||||
}
|
||||
|
||||
html.engine-cursor-ew-resize, html.engine-cursor-ew-resize * {
|
||||
cursor: ew-resize !important
|
||||
cursor: ew-resize !important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user