表格设置除了表头列的第二列都有下划线

1. css代码

.TreeGrid tr:not(:first-child) td:nth-child(2) {
	text-decoration: underline;
	cursor: pointer;
}

2. 效果

posted @ 2023-05-12 17:14  yddwinter  阅读(10)  评论(0编辑  收藏  举报