forked from github/dataease
chore:去掉没用的注释
This commit is contained in:
parent
3fbf613467
commit
cfc5e7ba36
@ -198,14 +198,6 @@ export function getCanvasStyle(canvasStyleData) {
|
||||
return style
|
||||
}
|
||||
|
||||
// export function createGroupStyle(groupComponent) {
|
||||
// const parentStyle = groupComponent.style
|
||||
// groupComponent.propValue.forEach(component => {
|
||||
// component.style.left = component.style.left - parentStyle.left
|
||||
// component.style.top = component.style.top - parentStyle.top
|
||||
// })
|
||||
// }
|
||||
|
||||
export function createGroupStyle(groupComponent) {
|
||||
const parentStyle = groupComponent.style
|
||||
groupComponent.propValue.forEach(component => {
|
||||
|
Loading…
Reference in New Issue
Block a user