chore: fix slider indent (#13955)

pull/13957/head
Jiewei Qian 2019-01-02 16:43:01 +08:00 committed by GitHub
parent 5fbb14d5eb
commit b33dcb5208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,6 @@
<template>
<div class="el-slider"
<div
class="el-slider"
:class="{ 'is-vertical': vertical, 'el-slider--with-input': showInput }"
role="slider"
:aria-valuemin="min"
@ -21,7 +22,8 @@
:debounce="debounce"
:size="inputSize">
</el-input-number>
<div class="el-slider__runway"
<div
class="el-slider__runway"
:class="{ 'show-input': showInput, 'disabled': sliderDisabled }"
:style="runwayStyle"
@click="onSliderClick"