我无法弄清楚如何选择表中的特定列.到目前为止,我已将其缩小到这一点,但这会对表中的所有行进行调整.有人可以帮我设置特定列的列宽吗?
table.players td { }
table.players td:nth-child(2) { width: 200px; }