腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
首页
标签
jqgrid
#
jqgrid
关注
专栏文章
(1)
技术视频
(0)
互动问答
(4)
如何固定表单元宽度?
2
回答
jqgrid
、
表单
、
表格
、
布局
、
数据
郁闷的阿涛
不优雅的人
现在在HTML 5/CSS 3中,我们有了更好的解决方案。在我看来,这个纯粹的CSS解决方案是建议的: table.fixed {table-layout:fixed; width:90px;}/*Setting the table width is important!*/ table.fixed td {overflow:hidden;}/*Hide text outside the cell.*/ table.fixed td:nth-of-type(1) {width:20px;}/*Setting the width of column 1.*/ table.fixed td:nth-of-type(2) {width:30px;}/*Setting the width of column 2.*/ table.fixed td:nth-of-type(3) {width:40px;}/*Setting the width of column 3.*/ <table class="fixed"> <tr> <td>Veryverylongtext</td> <td>Actuallythistextismuchlongeeeeeer</td> <td>We should use spaces tooooooooooooo</td> </tr> </table> 只需像这样修改代码: table.fixed { table-layout:fixed; width:90px; word-break:break-all;} 结果 [JU8ZE.png] ...
展开详请
赞
0
收藏
0
评论
0
分享
现在在HTML 5/CSS 3中,我们有了更好的解决方案。在我看来,这个纯粹的CSS解决方案是建议的: table.fixed {table-layout:fixed; width:90px;}/*Setting the table width is important!*/ table.fixed td {overflow:hidden;}/*Hide text outside the cell.*/ table.fixed td:nth-of-type(1) {width:20px;}/*Setting the width of column 1.*/ table.fixed td:nth-of-type(2) {width:30px;}/*Setting the width of column 2.*/ table.fixed td:nth-of-type(3) {width:40px;}/*Setting the width of column 3.*/ <table class="fixed"> <tr> <td>Veryverylongtext</td> <td>Actuallythistextismuchlongeeeeeer</td> <td>We should use spaces tooooooooooooo</td> </tr> </table> 只需像这样修改代码: table.fixed { table-layout:fixed; width:90px; word-break:break-all;} 结果 [JU8ZE.png]
如何固定表单元宽度?
2
回答
jqgrid
、
表单
、
表格
、
布局
、
数据
文艺青年对穿肠
现在在HTML 5/CSS 3中,我们有了更好的解决方案。在我看来,这个纯粹的CSS解决方案是建议的: table.fixed {table-layout:fixed; width:90px;}/*Setting the table width is important!*/ table.fixed td {overflow:hidden;}/*Hide text outside the cell.*/ table.fixed td:nth-of-type(1) {width:20px;}/*Setting the width of column 1.*/ table.fixed td:nth-of-type(2) {width:30px;}/*Setting the width of column 2.*/ table.fixed td:nth-of-type(3) {width:40px;}/*Setting the width of column 3.*/ <table class="fixed"> <tr> <td>Veryverylongtext</td> <td>Actuallythistextismuchlongeeeeeer</td> <td>We should use spaces tooooooooooooo</td> </tr> </table> 只需像这样修改代码: table.fixed { table-layout:fixed; width:90px; word-break:break-all;} 结果 [JU8ZE.png] ...
展开详请
赞
0
收藏
0
评论
0
分享
现在在HTML 5/CSS 3中,我们有了更好的解决方案。在我看来,这个纯粹的CSS解决方案是建议的: table.fixed {table-layout:fixed; width:90px;}/*Setting the table width is important!*/ table.fixed td {overflow:hidden;}/*Hide text outside the cell.*/ table.fixed td:nth-of-type(1) {width:20px;}/*Setting the width of column 1.*/ table.fixed td:nth-of-type(2) {width:30px;}/*Setting the width of column 2.*/ table.fixed td:nth-of-type(3) {width:40px;}/*Setting the width of column 3.*/ <table class="fixed"> <tr> <td>Veryverylongtext</td> <td>Actuallythistextismuchlongeeeeeer</td> <td>We should use spaces tooooooooooooo</td> </tr> </table> 只需像这样修改代码: table.fixed { table-layout:fixed; width:90px; word-break:break-all;} 结果 [JU8ZE.png]
相关
产品
热门
专栏
yaphetsfang
134 文章
29 订阅
领券