Vue引入背景图片
:style="backgroundDiv"在return中backgroundDiv: {backgroundImage: 'url(' + require('../../static/images/1.png') + ')',backgroundRepeat: 'no-repeat',backgroundSize: '100% 100%'}
·
:style="backgroundDiv"
在return中
backgroundDiv: {
backgroundImage: 'url(' + require('../../static/images/1.png') + ')',
backgroundRepeat: 'no-repeat',
backgroundSize: '100% 100%'
}
更多推荐
已为社区贡献1条内容
所有评论(0)