美文网首页
bootstraptable设置某一列的宽度

bootstraptable设置某一列的宽度

作者: 竞媒体 | 来源:发表于2021-08-03 14:31 被阅读0次

<table id="example1"
class="table table-bordered table-striped table-responsive"
style="min-width:1000px;table-layout: fixed;word-break:break-all;">
<thead>
<tr>
<th style="width:4%;">序号</th>
<th style="width:24%;">Task ID</th>
<th style="width:45%;">参数</th>
<th>Task 名称</th>
<th>执行时间</th>
<th>状态</th>
</tr>
</thead>
<tbody>

table-layout: fixed; 固定表格宽度
word-break:break-all; 列的内容换行
<th style="width:4%;">序号</th> width:4% 设置列的宽度

相关文章

网友评论

      本文标题:bootstraptable设置某一列的宽度

      本文链接:https://www.haomeiwen.com/subject/johevltx.html