时间:2021-07-01 10:21:17 帮助过:132人阅读
d | df | b | bv |
ffffffffffffffffffffffffffffffffffff | a | a | a |
如上图所示效果,怎么没人啊 这个论坛
第二行第一列加上 width="80"
第二行第一列加上 width="80"
第二行第一列加上 width="80"
.aa tr td:first-child{ width: 80px; }
第二行第一列加上 width="80"
.aa tr td:first-child{ width: 80px; }
我现在只能通过jq 写 $('table tr td:nth-child(n)')的方式,挨个添加width了
我现在只能通过jq 写 $('table tr td:nth-child(n)')的方式,挨个添加width了
我现在只能通过jq 写 $('table tr td:nth-child(n)')的方式,挨个添加width了
好像直接设置为0px就可以了
既然是jq控制数据,,,那就也用jq对宽度设置一下就好。。
我现在只能通过jq 写 $('table tr td:nth-child(n)')的方式,挨个添加width了
我按照table的width=0测试了一下。看来是失效的。
但是通过限制总宽度这个是可行的。如图
我现在只能通过jq 写 $('table tr td:nth-child(n)')的方式,挨个添加width了