import React from 'react'; import './index.less'; function Step(props) { const { list = [], step = 1 } = props; return (