Эх сурвалжийг харах

Input-Number: fixed multi-size component border overflow, tested on chrome 60, canary, chromium, safari, firefox (#6310)

jeremywu 8 жил өмнө
parent
commit
1ba66276c3

+ 2 - 2
packages/theme-default/src/input-number.css

@@ -63,7 +63,7 @@
       width: 200px;
 
       & .el-input-number__increase, .el-input-number__decrease {
-        line-height: var(--input-large-height);
+        line-height: calc(var(--input-large-height) - 2);
         width: var(--input-large-height);
         font-size: var(--input-large-font-size);
       }
@@ -78,7 +78,7 @@
       width: 130px;
 
       & .el-input-number__increase, .el-input-number__decrease {
-        line-height: var(--input-small-height);
+        line-height: calc(var(--input-small-height) - 2);
         width: var(--input-small-height);
         font-size: var(--input-small-font-size);
       }