04月28日,2022

vue软件开发在template内:style样式动态绑定动态绑定背景图backgroundImage实现

在做软件项目时候,前端表现需要,很多时候,需要动态绑定背景图。比如头像、图标、封面等。就需要再template内:style样式动态绑定动态绑定背景图backgroundImage实现。


  <span class="avatar">
<span class="avatar-img" :style="{ backgroundImage:'url('+create_info.head_portrait+')'}"></span></span>


不要问,create_info是接口返回的。

本文链接:https://www.liaonian.com.cn/info_24.html

-- EOF --