tr里面添加input文本框与tr表格融为一体

在这里插入图片描述

在tr里面添加input文本框,因工作要求,让文本框与tr表格融为一体的方法如下:
css

    td input[type='text']{border:none;border-radius:3px;height:30px; width: 100%;border:none;outline:medium;}

;border:none;outline:medium; 去除边框颜色以及高亮

html

  <td >
<input type="text" name="zhuti" size=""  />
 </td>
发布了98 篇原创文章 · 获赞 4 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/weixin_42416812/article/details/104959188
tr
今日推荐