Background image dynamic binding

	:style="{
    
    
			backgroundImage: 'url(' + staticUrl + '/manage/bank/icon_otherside/' + item.icon + ')',
			backgroundPosition: '106%  40px',
			backgroundRepeat: 'no-repeat',
			backgroundSize: '80px 80px',
									}"

Guess you like

Origin blog.csdn.net/qq_43483403/article/details/121703690