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