HTML input textbox with a width of 100% overflows table cells

绝地灬酷狼 2022-10-02 03:59 170阅读 0赞
  1. input[type=”text”] {
  2. width: 100%;
  3. box-sizing: border-box;
  4. -webkit-box-sizing:border-box;
  5. -moz-box-sizing: border-box;
  6. }

转载于:https://blog.51cto.com/zorro/907472

发表评论

表情:
评论列表 (有 0 条评论,170人围观)

还没有评论,来说两句吧...

相关阅读