fix(ui): polish form input

This commit is contained in:
charlie
2022-10-10 14:58:08 +08:00
committed by Tienson Qin
parent dc9cf6339b
commit 3c937520a6
3 changed files with 6 additions and 2 deletions

View File

@@ -107,6 +107,9 @@ input::-webkit-inner-spin-button {
width: 35px;
text-align: right;
padding-right: 4px;
height: 18px;
border: none;
background: transparent;
}
}