Commit 8c6056f9db5e24f8c12c815db48e18bf859907af

Authored by ly525
1 parent be2d3eb7

fix: #130

front-end/h5/src/components/core/editor/edit-panel/props.js
@@ -122,6 +122,7 @@ export default { @@ -122,6 +122,7 @@ export default {
122 size="mini" 122 size="mini"
123 id="props-edit-form" 123 id="props-edit-form"
124 layout={this.layout} 124 layout={this.layout}
  125 + style="overflow: auto;position: absolute;top: 50px;bottom: 0;width: 100%; "
125 > 126 >
126 { 127 {
127 // plugin-custom-editor 128 // plugin-custom-editor
front-end/h5/src/components/core/editor/index.js
@@ -351,7 +351,7 @@ export default { @@ -351,7 +351,7 @@ export default {
351 } 351 }
352 </a-button-group> 352 </a-button-group>
353 </a-layout-sider> 353 </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' }}>
355 <a-tabs 355 <a-tabs
356 style="height: 100%;" 356 style="height: 100%;"
357 tabBarGutter={10} 357 tabBarGutter={10}