From 5536a4ca3b02b629b6712cb92dcaffa9d5239de4 Mon Sep 17 00:00:00 2001 From: Ilan Date: Sun, 29 Jul 2018 01:41:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20chinese=20button=20api?= =?UTF-8?q?=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/button/index.zh-CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/button/index.zh-CN.md b/components/button/index.zh-CN.md index a091e76606..79a59eb8ec 100644 --- a/components/button/index.zh-CN.md +++ b/components/button/index.zh-CN.md @@ -30,6 +30,7 @@ subtitle: 按钮 | target | 相当于 a 链接的 target 属性,href 存在时生效 | string | - | | type | 设置按钮类型,可选值为 `primary` `dashed` `danger`(版本 2.7 中增加) 或者不设 | string | - | | onClick | `click` 事件的 handler | function | - | +| fitContainer | 将按钮宽度调整为其父宽度的选项 | boolean | `false` | `` 最终会被渲染为 ``,并且除了上表中的属性,其它属性都会直接传到 ``。