File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export default {
85
85
title : tipFormatter ? tipFormatter ( value ) : '' ,
86
86
visible,
87
87
placement : 'top' ,
88
- transitionName : 'zoom-down ' ,
88
+ transitionName : 'fade ' ,
89
89
} ,
90
90
key : index ,
91
91
}
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ import addEventListener from '../../_util/Dom/addEventListener'
3
3
import BaseMixin from '../../_util/BaseMixin'
4
4
import { getOptionProps } from '../../_util/props-util'
5
5
6
- function noop ( ) { }
7
-
8
6
export default {
9
7
name : 'Handle' ,
10
8
mixins : [ BaseMixin ] ,
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ export default function createSliderWithTooltip (Component) {
51
51
52
52
const tooltipProps = {
53
53
props : {
54
+ ...restTooltipProps ,
54
55
prefixCls,
55
56
overlay,
56
57
placement,
57
58
visible : ( ! disabled && ( this . visibles [ index ] || dragging ) ) || visible ,
58
- ...restTooltipProps ,
59
59
} ,
60
60
key : index ,
61
61
}
You can’t perform that action at this time.
0 commit comments