Browse Source

input number style fix (#2675)

baiyaaaaa 8 years ago
parent
commit
3bb12aa451
2 changed files with 224 additions and 227 deletions
  1. 4 1
      packages/theme-default/src/input-number.css
  2. 220 226
      yarn.lock

+ 4 - 1
packages/theme-default/src/input-number.css

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

File diff suppressed because it is too large
+ 220 - 226
yarn.lock


Some files were not shown because too many files changed in this diff