From 59c6310aa14db26d11bab750e5669e0086276d3c Mon Sep 17 00:00:00 2001 From: AM_smart <330595524@qq.com> Date: Fri, 25 Sep 2020 16:27:08 +0800 Subject: [PATCH] Update index.md Panel classname description error --- docs/components/form/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/components/form/index.md b/docs/components/form/index.md index 270f320c4..a10c4da82 100755 --- a/docs/components/form/index.md +++ b/docs/components/form/index.md @@ -844,7 +844,8 @@ Form 支持轮训初始化接口,步骤如下: | messages.saveSuccess | `string` | | 保存成功时提示 | | messages.saveFailed | `string` | | 保存失败时提示 | | wrapWithPanel | `boolean` | `true` | 是否让 Form 用 panel 包起来,设置为 false 后,actions 将无效。 | -| panelClassName | `boolean` | `true` | 是否让 Form 用 panel 包起来,设置为 false 后,actions 将无效。 | +| panelClassName | `string` | | 外层 panel 的类名 + | | api | [API](../../types/api) | | Form 用来保存数据的 api。 | | initApi | [API](../../types/api) | | Form 用来获取初始数据的 api。 | | interval | `number` | `3000` | 刷新时间(最低 3000) |