mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 11:17:38 +08:00
fix input-number style problem
This commit is contained in:
parent
8408f62970
commit
770f0ada97
@ -8,17 +8,19 @@
|
||||
>
|
||||
<span
|
||||
v-if="controls"
|
||||
class="el-input-number__decrease el-icon-minus"
|
||||
class="el-input-number__decrease"
|
||||
:class="{'is-disabled': minDisabled}"
|
||||
v-repeat-click="decrease"
|
||||
>
|
||||
<i class="el-icon-minus"></i>
|
||||
</span>
|
||||
<span
|
||||
v-if="controls"
|
||||
class="el-input-number__increase el-icon-plus"
|
||||
class="el-input-number__increase"
|
||||
:class="{'is-disabled': maxDisabled}"
|
||||
v-repeat-click="increase"
|
||||
>
|
||||
<i class="el-icon-plus"></i>
|
||||
</span>
|
||||
<el-input
|
||||
:value="currentValue"
|
||||
|
Loading…
Reference in New Issue
Block a user