From 6921bd4b8b1e58abc5108e86cdf0f0cbdd404237 Mon Sep 17 00:00:00 2001 From: ycjcl868 <45808948@qq.com> Date: Thu, 26 Dec 2019 14:18:50 +0800 Subject: [PATCH] fix: checkbox demo dark --- components/checkbox/demo/check-all.md | 6 ++++++ components/checkbox/index.en-US.md | 6 ------ components/checkbox/index.zh-CN.md | 6 ------ 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/components/checkbox/demo/check-all.md b/components/checkbox/demo/check-all.md index 3db79ce40c..e8f6092d42 100644 --- a/components/checkbox/demo/check-all.md +++ b/components/checkbox/demo/check-all.md @@ -75,3 +75,9 @@ ReactDOM.render(, mountNode); border-bottom: 1px solid #e9e9e9; } ``` + + diff --git a/components/checkbox/index.en-US.md b/components/checkbox/index.en-US.md index fe45470efe..8b40e2553a 100644 --- a/components/checkbox/index.en-US.md +++ b/components/checkbox/index.en-US.md @@ -45,9 +45,3 @@ Checkbox component. | ------- | ------------ | ------- | | blur() | remove focus | | | focus() | get focus | | - - diff --git a/components/checkbox/index.zh-CN.md b/components/checkbox/index.zh-CN.md index 3266d55c70..09ca987432 100644 --- a/components/checkbox/index.zh-CN.md +++ b/components/checkbox/index.zh-CN.md @@ -56,9 +56,3 @@ interface Option { | ------- | -------- | ---- | | blur() | 移除焦点 | | | focus() | 获取焦点 | | - -