Explorar el Código

fix input-group style

baiyaaaaa hace 8 años
padre
commit
e229de799a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,