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

yddwinter / 2023-05-12 / 原文

1. css代码

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

2. 效果