码迷,mamicode.com
首页 > Web开发 > 详细

html table设置成强制不换行

时间:2018-08-03 14:20:44      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:htm   ble   word   text   class   hit   添加   bre   wrap   

在html文件中添加如下代码:

<style type="text/css">
    table td{word-break: keep-all;white-space:nowrap;}
    table th{word-break: keep-all;white-space:nowrap;}
</style>

html table设置成强制不换行

标签:htm   ble   word   text   class   hit   添加   bre   wrap   

原文地址:https://www.cnblogs.com/zifeiy/p/9412991.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!