如
<el-image :src="img" class="img"></el-image>
<style lang="less">
.img {
.el-icon-circle-close {
color: white;
}
}
</style>
微信扫一扫
如
<el-image :src="img" class="img"></el-image>
<style lang="less">
.img {
.el-icon-circle-close {
color: white;
}
}
</style>
相关推荐