mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 17:48:13 +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() {
|
||||
const { area } = this.props;
|
||||
return (
|
||||
<div className={classNames('lc-main-area engine-workspacepane')}>
|
||||
<div className={classNames('lc-main-area')}>
|
||||
{area.container.items.map((item) => item.content)}
|
||||
</div>
|
||||
);
|
||||
|
||||
@ -54,5 +54,5 @@
|
||||
"publishConfig": {
|
||||
"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;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
body.engine-document {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user