Skip to content

Commit 8c6056f

Browse files
committed
fix: #130
1 parent be2d3eb commit 8c6056f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

front-end/h5/src/components/core/editor/edit-panel/props.js

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export default {
122122
size="mini"
123123
id="props-edit-form"
124124
layout={this.layout}
125+
style="overflow: auto;position: absolute;top: 50px;bottom: 0;width: 100%; "
125126
>
126127
{
127128
// plugin-custom-editor

front-end/h5/src/components/core/editor/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export default {
351351
}
352352
</a-button-group>
353353
</a-layout-sider>
354-
<a-layout-sider width="320" theme='light' style={{ background: '#fff', padding: '0 12px' }}>
354+
<a-layout-sider width="320" theme='light' style={{ background: '#fff', padding: '0 0 0 12px' }}>
355355
<a-tabs
356356
style="height: 100%;"
357357
tabBarGutter={10}

0 commit comments

Comments
 (0)