mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-18 09:38:09 +00:00
Update useDiyGroup.ts
This commit is contained in:
parent
d46c0352a9
commit
60c28323dc
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user