fix: fix wrong configure when isExtends is false 5123d071

This commit is contained in:
mark.ck 2020-12-08 13:21:49 +08:00 committed by 力皓
parent 3175745e5e
commit d2de572069
2 changed files with 6 additions and 4 deletions

View File

@ -172,6 +172,7 @@ export default function (metadata: TransformedComponentMetadata): TransformedCom
return { return {
...metadata, ...metadata,
configure: { configure: {
...configure,
props: [...override], props: [...override],
}, },
}; };

View File

@ -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 {