Преглед изворни кода

Input-number: fix input-number style in form

十界 пре 9 година
родитељ
комит
42dca84265
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      packages/theme-default/src/input-number.css

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

@@ -4,7 +4,8 @@
 
 @component-namespace el {
   @b input-number {
-    display: inline-block;
+    display: block;
+    overflow: hidden;
 
     & .el-input__inner {
       appearance: none;