📜  如何在 Firefox 浏览器中删除 Input Type="Number" 的箭头 - 无论代码示例
📅  最后修改于: 2022-03-11 14:57:46.107000             🧑  作者: Mango
代码示例1
-webkit-appearance: none !important;
}
input[type="number"] {
-moz-appearance: textfield;
}