src/views/mobdesign/index.jsx
@@ -131,7 +131,11 @@ config.components = config.components.map(component => { if (component.uuid === proper.componentId) { Object.keys(component).forEach(key => { if (component[key].uuid === proper.uuid) { let _uuid = component[key].uuid if (_uuid && (_uuid === proper.uuid || _uuid === proper.classId)) { if (component[key].substyle) { } else { component[key].style = {...component[key].style, ...proper.style} // eslint-disable-next-line for (let index in component[key].style) { @@ -140,6 +144,7 @@ } } } } }) } return component