weixin_57808501 2021-12-06 15:41 采纳率: 36%
浏览 317
已结题

el-progress 怎么修改样式

 <el-progress :text-inside="true" :stroke-width="15" :percentage="50"></el-progress>

img


ui样式

img

怎么达到ui样式效果

  • 写回答

4条回答 默认 最新

  • 你好!机器人 2021-12-06 16:01
    关注

    颜色自己调一下

    img

    
    <div class="progress">
          <el-progress :text-inside="true" :stroke-width="15" :percentage="50"></el-progress>
        </div>
    <style lang="scss">
    .progress{
      .el-progress-bar__outer{
        background: #f00!important;
        overflow: initial;
      }
      .el-progress-bar__inner{
        background: transparent!important;
      }
      .el-progress-bar__innerText{
        width:100px;
        height:50px;
        background: #ff0;
        color:#000;
        text-align: center;
        margin-top:-20px;
        line-height: 50px;
      }
    }
    </style>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 12月8日
  • 已采纳回答 12月6日
  • 创建了问题 12月6日