mirror of
https://gitee.com/yudaocode/yudao-mall-uniapp.git
synced 2025-12-30 01:32:26 +00:00
fix: 【商城装修】组件背景图片无法正常显示的问题
This commit is contained in:
@@ -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`,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user