排版错乱

This commit is contained in:
2betop 2020-10-09 15:43:12 +08:00
parent b097fe608c
commit ec747947d7

View File

@ -844,8 +844,7 @@ Form 支持轮训初始化接口,步骤如下:
| messages.saveSuccess | `string` | | 保存成功时提示 |
| messages.saveFailed | `string` | | 保存失败时提示 |
| wrapWithPanel | `boolean` | `true` | 是否让 Form 用 panel 包起来,设置为 false 后actions 将无效。 |
| panelClassName | `string` | | 外层 panel 的类名
|
| panelClassName | `string` | | 外层 panel 的类名 |
| api | [API](../../types/api) | | Form 用来保存数据的 api。 |
| initApi | [API](../../types/api) | | Form 用来获取初始数据的 api。 |
| interval | `number` | `3000` | 刷新时间(最低 3000) |