mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 05:48:17 +00:00
fix: 样式微调
This commit is contained in:
parent
542586421f
commit
9816859c3f
@ -14,7 +14,7 @@ export default class MainArea extends Component<{ area: Area<any, Panel | Widget
|
|||||||
render() {
|
render() {
|
||||||
const { area } = this.props;
|
const { area } = this.props;
|
||||||
return (
|
return (
|
||||||
<div className={classNames('lc-main-area engine-workspacepane')}>
|
<div className={classNames('lc-main-area')}>
|
||||||
{area.container.items.map((item) => item.content)}
|
{area.container.items.map((item) => item.content)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -54,5 +54,5 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "http://registry.npm.alibaba-inc.com"
|
"registry": "http://registry.npm.alibaba-inc.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@0.12.1-13/build/index.html"
|
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@0.12.1-14/build/index.html"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -63,6 +63,7 @@ html.engine-cursor-ew-resize, html.engine-cursor-ew-resize * {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.engine-document {
|
body.engine-document {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user