Browse Source

样式修改

zhangxc 5 years ago
parent
commit
e24ad5b696
1 changed files with 9 additions and 1 deletions
  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;
+}