fix: 样式微调

This commit is contained in:
mario.gk 2020-10-10 16:36:56 +08:00
parent 542586421f
commit 9816859c3f
3 changed files with 3 additions and 2 deletions

View File

@ -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>
); );

View File

@ -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"
} }

View File

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