vue :style 动态绑定样式
<div class="right userPicture" :style="[{'background':`url(${userImg}) no-repeat center`},{'background-size': 'cover'}]"></div><el-button :style="[{'background-color':`${scope.row.颜色}`}
·
:style动态绑定button的背景色样式:
<el-button :style="{'background-color':`${scope.row.color}`}" size="small"/>
更多推荐
已为社区贡献3条内容
所有评论(0)