<input type="button" />與<input type="text" />都設置了border-width:1px后的高度問題
<input>設置的高度是32px,border-width:1px。發現對<input type="button" />不適用,<input type="button" />的高度要設置成為34才等高,為什么呢?
<input>設置的高度是32px,border-width:1px。發現對<input type="button" />不適用,<input type="button" />的高度要設置成為34才等高,為什么呢?
2015-04-30
舉報
2015-04-30
看的來是不能設置line-height,已設置就歪了
2015-04-30
看過老師的代碼,果然是要設置為34px