关于页面中表格的字体样式(禁止换行)

white-space:nowrap;

1:

<table style="white-space:nowrap"> <!采用css的内嵌样式指动换行属性>

2:直接在页面中设置统一的字体样式

<style>

table{

white-space:nowrap;

}

</style>

posted on 2019-11-26 09:05  songyinan  阅读(233)  评论(0编辑  收藏  举报