Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/steps #329

Merged
merged 3 commits into from
Nov 15, 2022
Merged

Fix/steps #329

merged 3 commits into from
Nov 15, 2022

Conversation

jc9702507
Copy link
Collaborator

  1. 去掉语法糖
<steps items="{{items}}" current="{{current}}"/>
Page({
  data: {
    current: 0,
    items: [
      {
        title: '步骤一',
        description: '描述信息',
      },
      {
        title: '步骤二',
        description: '描述信息',
      },
      {
        title: '步骤三',
        description: '描述信息',
      }
    ],
});
  1. 自定义 icon不需要activeIcon及failIcon也能带有对应颜色;
  2. 去掉在Item里加fail的方式,修改为跟antd相同方式在外层使用status;
  3. 使用description。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants