From 2897bedc18ad23505fa8eb2cccfd110732ea2c62 Mon Sep 17 00:00:00 2001 From: simaQ Date: Tue, 9 Jun 2015 12:05:59 +0800 Subject: [PATCH] update button page --- components/button/demo/button-group.md | 21 ++++++++++++--------- components/button/demo/styled.md | 6 +----- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/components/button/demo/button-group.md b/components/button/demo/button-group.md index 6d22065d37..229294ad8d 100644 --- a/components/button/demo/button-group.md +++ b/components/button/demo/button-group.md @@ -32,12 +32,12 @@

带图标按钮组合

@@ -55,8 +55,8 @@

尺寸

@@ -66,9 +66,9 @@
- - - + + +
@@ -81,4 +81,7 @@ .nico-insert-code h4:first-child { margin-top: 0; } +.nico-insert-code .ant-btn-group { + margin-left: 8px; +} diff --git a/components/button/demo/styled.md b/components/button/demo/styled.md index 6d1dcb79d0..bffaf78661 100644 --- a/components/button/demo/styled.md +++ b/components/button/demo/styled.md @@ -6,11 +6,7 @@ 使用下面列出的类即可创建带有预定义样式的按钮,我们通过样式来显示重要程度的不同。 -- `ant-btn-primary` - -- `ant-btn-default` - -- `ant-btn-ghost` + `ant-btn-primary`、`ant-btn-default`、`ant-btn-ghost` **注**: 当按钮文字为两个字时,中间需要**间隔一个字符**。