100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > Vue+style 动态样式绑定(收藏图标)

Vue+style 动态样式绑定(收藏图标)

时间:2021-04-05 23:31:32

相关推荐

Vue+style 动态样式绑定(收藏图标)

主要代码:

0:未收藏

1:已收藏

<vab-icon :icon="row.is_collect == 1 ? 'star-fill' : 'star-line'" :style="{ color: row.is_collect == 1 ? 'orange' : '' }" />

效果截图:

代码:

<el-tablev-loading="listLoading":data="grouplist"border><el-table-column align="center" type="selection" /><el-table-column align="center" width="55"><template #default="{ row }"><vab-icon:icon="row.is_collect == 1 ? 'star-fill' : 'star-line'":style="{ color: row.is_collect == 1 ? 'orange' : '' }"/></template></el-table-column></el-table>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。