vue 自定义步骤条组件 自定义图片(icon)
话不多说直接上组件代码组件 Steps.vuecss// css<style lang="less" scoped> .step01, .step02, .step03, .step04, .step05, .step06{ width: 20px; height: 20px; background-size: 100% 100%; display: inline-block;