当前位置:   article > 正文

Vue+ElementUI el-steps 完成后不使用对勾,一直用数字来显示进度条

Vue+ElementUI el-steps 完成后不使用对勾,一直用数字来显示进度条

1、效果图

2、代码部分--去掉 finish-status="success"

  1. <el-steps :active="activeStep" finish-status="success" process-status="process">
  2. <el-step v-for="(item, index) in steps" :key="index" :title="item.title" :class="index+1 == activeStep?'isCurrent':''">
  3. <template slot="icon">
  4. <div class="custom-step-icon">
  5. <span class="step-num"> {{ item.number }}</span>
  6. </div>
  7. </template>
  8. </el-step>
  9. </el-steps>

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/414411
推荐阅读
相关标签
  

闽ICP备14008679号