fix: some diffs

- update to 3.6.0 (refs:https://github.com/react-component/slider/pull/85#discussion-diff-58325891)
- change `.rc-slider-vertical` to `.{prefixClass}-vertical` (refs:https://github.com/react-component/slider/pull/85#discussion-diff-58325944)
- put all the slider & Range in one row (refs:https://github.com/react-component/slider/pull/85#discussion-diff-58326190)
This commit is contained in:
叶言
2016-04-09 13:04:52 +08:00
parent 3b03957a54
commit ffdd062074
7 changed files with 37 additions and 36 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ class Slider extends React.Component {
[prefixCls]: true,
[prefixCls + '-disabled']: disabled,
[className]: !!className,
['rc-slider-vertical']: this.props.vertical,
[prefixCls + '-vertical']: this.props.vertical,
});
const isIncluded = included || range;
return (