From 99dca86904ceba8ecaf82610789ae4b5c734efbf Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 17 May 2018 21:23:36 +0800 Subject: [PATCH] update button disable demo --- .../__tests__/__snapshots__/demo.test.js.snap | 39 ++++++++++--------- components/button/demo/disabled.md | 7 ++-- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/components/button/__tests__/__snapshots__/demo.test.js.snap b/components/button/__tests__/__snapshots__/demo.test.js.snap index a1081623ce..6828078971 100644 --- a/components/button/__tests__/__snapshots__/demo.test.js.snap +++ b/components/button/__tests__/__snapshots__/demo.test.js.snap @@ -211,24 +211,6 @@ exports[`renders ./components/button/demo/disabled.md correctly 1`] = `
- - -
+
+ + +
`; diff --git a/components/button/demo/disabled.md b/components/button/demo/disabled.md index 114d1b8a76..fd10e8b575 100644 --- a/components/button/demo/disabled.md +++ b/components/button/demo/disabled.md @@ -24,11 +24,12 @@ ReactDOM.render(
- - -
+
+ + +
, mountNode );