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

feat(form): add 'layout', 'labelAlign', 'rowProps' option #651

Merged
merged 2 commits into from
May 25, 2021
Merged

feat(form): add 'layout', 'labelAlign', 'rowProps' option #651

merged 2 commits into from
May 25, 2021

Commits on May 25, 2021

  1. feat(form): add 'layout', 'labelAlign', 'rowProps' option

    1.添加Form布局方式,当layout: 'vertical',labelWidth可以控制col间距
    2.添加Form的全局label对齐方式, labelAlign: left | right
    3.添加Form的Row组件所支持属性,控制Col间的间距,对齐方式,布局方式
    lzdjack committed May 25, 2021
    Configuration menu
    Copy the full SHA
    4a8541b View commit details
    Browse the repository at this point in the history
  2. feat(Rate): add 'Rate' module

    *添加评分组件,并添加了dome例子
    lzdjack committed May 25, 2021
    Configuration menu
    Copy the full SHA
    4db23d4 View commit details
    Browse the repository at this point in the history