input number style fix (#2675)

pull/2658/head^2
baiyaaaaa 2017-02-06 12:29:20 +08:00 committed by cinwell.li
parent e7365515ae
commit 3bb12aa451
2 changed files with 269 additions and 267 deletions

View File

@ -8,7 +8,10 @@
overflow: hidden;
width: 180px;
position: relative;
& .el-input {
display: block;
}
& .el-input__inner {
appearance: none;
padding-right: calc(var(--input-height) * 2 + 10);

531
yarn.lock

File diff suppressed because it is too large Load Diff