表格 td 长度的问题

待我称王封你为后i 2022-06-05 03:24 258阅读 0赞

table 中的 td 给了长度不管用

给 table 加个 table{ table-layout:fixed ;}

给 th 加个th{ white-space: nowrap;} 文字不换行

  1. #timeRptAction .newTable{table-layout:fixed ;}
  2. #timeRptAction .newTable thead{background-color: #eef1f6;color: #1f2d3d;}
  3. #timeRptAction .newTable thead td{background-color: #eef1f6;color: #1f2d3d;font-weight: bold;}
  4. #timeRptAction .newTable td{border-right: 1px solid #dfe6ec;border-bottom: 1px solid #dfe6ec;line-height: 30px;padding: 5px 15px;white-space: nowrap;overflow: hidden;text-align: left;min-width: 0;text-overflow: ellipsis;vertical-align: middle;box-sizing: border-box;position: relative;}

发表评论

表情:
评论列表 (有 0 条评论,258人围观)

还没有评论,来说两句吧...

相关阅读