Selaa lähdekoodia

Merge branch 'dev_zxc' into test

zhangxc 5 vuotta sitten
vanhempi
commit
d946f399c3
1 muutettua tiedostoa jossa 9 lisäystä ja 1 poistoa
  1. 9 1
      src/css/index.less

+ 9 - 1
src/css/index.less

@@ -301,4 +301,12 @@
   top: 50%;
   width: 60px;
   margin: -30px 0 0 -30px;
-}
+}
+input::-webkit-outer-spin-button,
+input::-webkit-inner-spin-button {
+    -webkit-appearance: none;
+}
+ 
+input[type="number"] {
+    -moz-appearance: textfield;
+}