Skip to content

Commit

Permalink
add a demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Nov 6, 2019
1 parent c2887ec commit 6057ddc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
> 通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成
## Topics

- <a href="https://alibaba.github.io/form-render/docs/demo/index.html" target="_blank">Demo 探索</a>
- <a href="https://alibaba.github.io/form-render/" target="_blank">文档官网</a>
- <a href="/CHANGELOG.md" target="_blank">升级日志</a>

Expand Down
2 changes: 1 addition & 1 deletion demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Root extends Component {
<FRadio value="demo">完整例子</FRadio>
</Radio.Group>
</div>
<div className="w-50 flex items-center justify-center">
<div className="w-50 flex items-center justify-end z-999">
<RadioGroup
options={themeList}
value={this.state.theme}
Expand Down
1 change: 1 addition & 0 deletions docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

> <span style="line-height:1.8rem;font-weight:400;font-size:1.3rem">通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成<span>
[Demo探索](https://alibaba.github.io/form-render/docs/demo/index.html)
[快速开始](README)
2 changes: 1 addition & 1 deletion docs/demo/main.bundle.js

Large diffs are not rendered by default.

0 comments on commit 6057ddc

Please sign in to comment.