fix: 【商城装修】组件背景图片无法正常显示的问题

This commit is contained in:
卢越
2025-07-22 16:54:33 +08:00
parent ccc7b7ff3c
commit ee0d5d9c1e

View File

@@ -26,7 +26,7 @@
if (props.styles.bgType === 'img')
return {
background: `url(${sheep.$url.cdn(
props.styles.bgImage,
props.styles.bgImg,
)}) no-repeat top center / 100% auto`,
};
}