fix: 【商城装修】组件背景图片无法正常显示的问题
parent
ccc7b7ff3c
commit
ee0d5d9c1e
|
|
@ -26,7 +26,7 @@
|
||||||
if (props.styles.bgType === 'img')
|
if (props.styles.bgType === 'img')
|
||||||
return {
|
return {
|
||||||
background: `url(${sheep.$url.cdn(
|
background: `url(${sheep.$url.cdn(
|
||||||
props.styles.bgImage,
|
props.styles.bgImg,
|
||||||
)}) no-repeat top center / 100% auto`,
|
)}) no-repeat top center / 100% auto`,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue