diff --git a/components/input-number/demo/basic.md b/components/input-number/demo/basic.md index c5c21f50ea7e8ec4f38c9a5b5f07927c931543f7..cf19aefecd79b043c8dd062a0d43a826638d90df 100644 --- a/components/input-number/demo/basic.md +++ b/components/input-number/demo/basic.md @@ -14,7 +14,7 @@ function onChange(value) { } React.render( - + , document.getElementById('components-input-number-demo-basic')); ```` diff --git a/components/input-number/demo/disabled.md b/components/input-number/demo/disabled.md index dac631284d31a0f0aacedc8f316ec30c07c82c51..9676db3d914ca4a80b36dd666325c480cb775040 100644 --- a/components/input-number/demo/disabled.md +++ b/components/input-number/demo/disabled.md @@ -22,10 +22,10 @@ var Test = React.createClass({ }, render() { return
- -
-
- + +
+ +
; } }); diff --git a/components/input-number/index.jsx b/components/input-number/index.jsx index 2c7579c0ada86180b0bb8e8395adbbe541d04a1a..265d828237a8fd3d0f869bd3d885c159b33c8b7b 100644 --- a/components/input-number/index.jsx +++ b/components/input-number/index.jsx @@ -8,7 +8,7 @@ var AntInputNumber = React.createClass({ }; }, render() { - return ; + return ; } }); diff --git a/components/motion/demo/basic.md b/components/motion/demo/basic.md index fc066f29910930518f5dd4f7d502d8ea31343901..1bf0b1d66657907ffeb6ddd7e7488f8369d5847c 100644 --- a/components/motion/demo/basic.md +++ b/components/motion/demo/basic.md @@ -220,7 +220,4 @@ React.render(, document.getElementById('components-motion-demo-basic')); .motion-select { text-align: center; } -.code-boxes-col-2-1 { - width:100%; -} - \ No newline at end of file + diff --git a/components/motion/index.md b/components/motion/index.md index 6e7324d54bcb98f71532ed69267cf57678f19188..b4798ae6686e52b75f0d3026e8454a0647544b31 100644 --- a/components/motion/index.md +++ b/components/motion/index.md @@ -3,6 +3,7 @@ - category: CSS - chinese: 组件动画 - order: 4 +- cols: 1 --- diff --git a/site/templates/layout.html b/site/templates/layout.html index 536f1e14714347daafcf9093ae08ba0125b64283..5fe790228041cbc17e84e7b96ca5fe2fdfe98c58 100644 --- a/site/templates/layout.html +++ b/site/templates/layout.html @@ -11,10 +11,8 @@ - {% block styles %}{% endblock %} -