赞
踩
1、效果图
2、代码部分--去掉 finish-status="success"
- <el-steps :active="activeStep" finish-status="success" process-status="process">
- <el-step v-for="(item, index) in steps" :key="index" :title="item.title" :class="index+1 == activeStep?'isCurrent':''">
- <template slot="icon">
- <div class="custom-step-icon">
- <span class="step-num"> {{ item.number }}</span>
- </div>
- </template>
- </el-step>
- </el-steps>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。