input 为number类型时,去掉上下小箭头
2018-11-15 本文已影响24人
取个帅气的名字真好

css 就都能解决
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
}
input[type="number"] {
-moz-appearance: textfield;
}