This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 切换到下一步
- order: 3
随机生成3~6个步骤,初始随机进行到其中一个步骤。
---
````css
form.my-step-form > div {
margin-bottom: 30px;
}
````
````jsx
var Steps = antd.Steps;
var Step = Steps.Step;
var container = document.getElementById('components-steps-demo-step-next');