tabel布局中给tr加border边框

单纯的给tr加border是不生效的,需要设置table

table{
	border-collapse: collapse; 
}

table tr{
	border-bottom: 1px solid #e5e5e5;
}

  

posted @ 2022-02-07 16:50  明明一颗大白菜  阅读(439)  评论(0)    收藏  举报
<-- -->