We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2d3eb commit 8c6056fCopy full SHA for 8c6056f
front-end/h5/src/components/core/editor/edit-panel/props.js
@@ -122,6 +122,7 @@ export default {
122
size="mini"
123
id="props-edit-form"
124
layout={this.layout}
125
+ style="overflow: auto;position: absolute;top: 50px;bottom: 0;width: 100%; "
126
>
127
{
128
// plugin-custom-editor
front-end/h5/src/components/core/editor/index.js
@@ -351,7 +351,7 @@ export default {
351
}
352
</a-button-group>
353
</a-layout-sider>
354
- <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' }}>
355
<a-tabs
356
style="height: 100%;"
357
tabBarGutter={10}
0 commit comments