可能是我的打开方式不正确吧,加了table-responsive,在手机上还是没有自适应,标题过长就会显示类似两行!
解决办法
给th、td加上以下css即可。
table thead tr th,table tbody tr td{
text-align: center;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}2023年03月26日
可能是我的打开方式不正确吧,加了table-responsive,在手机上还是没有自适应,标题过长就会显示类似两行!
给th、td加上以下css即可。
table thead tr th,table tbody tr td{
text-align: center;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}Powered By Z-BlogPHP 1.7.5
Copyright VZZW.COM.All Rights Reserved.
湘ICP备2021010131号-2 51LA统计