gpt4 book ai didi

html - 如何在 Bootstrap 表中的 内换行或换行

转载 作者:行者123 更新时间:2023-11-28 09:57:08 24 4
gpt4 key购买 nike

我有以下 Bootstrap 表:

   <div class="row"> 
<div class="col-md-12" >
<table style="cursor:pointer;" class="table table-striped table-bordered table-hover table-condensed">
<thead>
<th>header1</th>
</thead>
<tbody>
<tr>
<td>
<div>
<ul>
<li>
<span>text1></span>
</li>
<li>
<span>text3></span>
</li>
</ul>
<span>some long text that i want to break</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>

ul 标签内的跨度数是动态的,我不想包装它们。我想打破最后一个 span 标签内的内容,使它们以给定的宽度换行,我该怎么做?谢谢。

最佳答案

给 block 的跨度显示属性并像这样设置宽度:

.row span {
width: 100px;
display: block;
}

这是 jsfiddle http://jsfiddle.net/pF8vd/

关于html - 如何在 Bootstrap 表中的 <span> 内换行或换行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24871808/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com