Commit 8c6056f9db5e24f8c12c815db48e18bf859907af
1 parent
be2d3eb7
fix: #130
Showing
2 changed files
with
2 additions
and
1 deletions
front-end/h5/src/components/core/editor/edit-panel/props.js
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} | ... | ... |