Update useDiyGroup.ts

This commit is contained in:
全栈小学生 2024-12-12 18:31:49 +08:00
parent d46c0352a9
commit 60c28323dc

View File

@ -34,6 +34,9 @@ export function useDiyGroup(params: any = {}) {
} else { } else {
obj['draggable-element'] = true; obj['draggable-element'] = true;
} }
if(component.componentName == 'ImageAds'){
obj['overflow-hidden'] = true
}
return obj; return obj;
} }