码上敲享录 > bootstrap简单例子分享 > bootstrap table中td内容设置不换行

bootstrap table中td内容设置不换行

上一章章节目录下一章 2019-12-27已有7317人阅读 评论(0)

bootstrap table中td内容设置不换行

/*表格内容滚动,不换行显示*/
td{
   white-space:nowrap;
   overflow:hidden;
   word-break:keep-all;
}
/*表格宽度不改变,多出的不显示*/
table{
   table-layout:fixed;
}


向大家推荐《Activiti工作流实战教程》:https://xiaozhuanlan.com/activiti
1

有建议,请留言!

  • *您的姓名:

  • *所在城市:

  • *您的联系电话:

    *您的QQ:

  • 咨询问题:

  • 提 交