vue 动态绑定设置元素style 颜色样式

需求:由于代码的原因,我需要行内样式。其中超标的数据,标红

 

 

 解决:

<count-to :end="infor.count" :decimals="2" count-class="count-style" :style="{'color': infor.color}"/>
<el-button circle :style="{'background':colorConfirm,'padding':'7px'}"></el-button>

  

posted @ 2020-10-13 18:09  一江春水向东刘小姐  阅读(15375)  评论(0编辑  收藏  举报