Browse Source

fix input-group style

baiyaaaaa 8 năm trước cách đây
mục cha
commit
e229de799a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/theme-default/src/input.css

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

@@ -134,7 +134,7 @@
       border: var(--border-base);
       border-radius: var(--input-border-radius);
       padding: 0 10px;
-      width: 1%;
+      width: 1px;
       white-space: nowrap;
 
       & .el-select,