fix doc and style

This commit is contained in:
rickcole 2020-04-06 21:23:56 +08:00
parent 26ed1a4b8c
commit 9158ec91be
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
| messages.saveSuccess | `string` | | 保存成功时提示 |
| messages.saveFailed | `string` | | 保存失败时提示 |
| wrapWithPanel | `boolean` | `true` | 是否让 Form 用 panel 包起来,设置为 false 后actions 将无效。 |
| panelClassName | `boolean` | `true` | 是否让 Form 用 panel 包起来,设置为 false 后actions 将无效。 |
| panelClassName | `boolean` | `true` | panel的类名。 |
| [api](#api) | [Api](../Types.md#api) | | Form 用来保存数据的 api。 |
| [initApi](#initApi) | [Api](../Types.md#api) | | Form 用来获取初始数据的 api。 |
| interval | `number` | `3000` | 刷新时间(最低 3000) |

View File

@ -215,7 +215,7 @@ $Button--default-color: #000;
$Button--default-onHover-bg: $white;
$Button--default-onHover-border: $primary;
$Button--default-onHover-color: $primary;
$Button--default-onActive-bg: #108cee;
$Button--default-onActive-bg: #f6fbff;
$Button--default-onActive-border: $primary;
$Button--default-onActive-color: $primary;