Skip to content

Commit

Permalink
fix: #130
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Jan 15, 2020
1 parent be2d3eb commit 8c6056f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export default {
size="mini"
id="props-edit-form"
layout={this.layout}
style="overflow: auto;position: absolute;top: 50px;bottom: 0;width: 100%; "
>
{
// plugin-custom-editor
Expand Down
2 changes: 1 addition & 1 deletion front-end/h5/src/components/core/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export default {
}
</a-button-group>
</a-layout-sider>
<a-layout-sider width="320" theme='light' style={{ background: '#fff', padding: '0 12px' }}>
<a-layout-sider width="320" theme='light' style={{ background: '#fff', padding: '0 0 0 12px' }}>
<a-tabs
style="height: 100%;"
tabBarGutter={10}
Expand Down

0 comments on commit 8c6056f

Please sign in to comment.