想要实现的效果
<span style=”display: flex;”>进度<el-progress :percentage=”100″></el-progress></span>
<style scoped>
.el-progress{width:60%;}
</style>
想要实现的效果
<span style=”display: flex;”>进度<el-progress :percentage=”100″></el-progress></span>
<style scoped>
.el-progress{width:60%;}
</style>