mirror of
https://github.com/wassname/slider.git
synced 2026-09-21 13:30:24 +08:00
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:
+1
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user