Fixed Slider errors
parent
a8493d07e9
commit
9b3fc56628
|
@ -307,13 +307,13 @@ export default {
|
|||
rangeStartHandleStyle() {
|
||||
if (this.horizontal)
|
||||
return {'left': this.rangeStartPosition + '%'};
|
||||
else if (this.vertical)
|
||||
else
|
||||
return {'bottom': this.rangeStartPosition + '%'};
|
||||
},
|
||||
rangeEndHandleStyle() {
|
||||
if (this.horizontal)
|
||||
return {'left': this.rangeEndPosition + '%'};
|
||||
else if (this.vertical)
|
||||
else
|
||||
return {'bottom': this.rangeEndPosition + '%'};
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue