input type number 화살표 제거

This commit is contained in:
김창수 2025-02-07 13:54:04 +09:00
parent c9e76a82de
commit 97954d2e92
2 changed files with 13 additions and 0 deletions

View File

@ -34,7 +34,12 @@ export default function InputWrapPage (){
<label htmlFor="">長さ (mm)</label>
<input type="text" className="input-origin" placeholder="asdasd"/>
</div>
<div>
<input type="text" className="input-origin" placeholder="asdasd"/>
</div>
<div>
<input type="number" className="input-origin" placeholder="asdasd"/>
</div>
</div>
<div className="input-wrap">

View File

@ -535,7 +535,15 @@ input[type=text]{
}
}
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
// check-btn