Echarts progress 设置背景颜色

<el-progress 
      type="circle" 
      :percentage="item.percent" 
      :color="item.color"
       :height="80"
       :width="80"
       :stroke-width="3"
       class="my-progress"
/>
.my-progress /deep/ path:first-child {
  stroke: #FAEFEB;
}

 

posted @ 2021-03-08 17:11  小甜橘  阅读(1170)  评论(0编辑  收藏  举报
返回顶部