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