gpt4 book ai didi

html - 如何显示列表全宽

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

我有一个显示列表的应用程序 <ul><li>喜欢in this example .

如何更改其样式,使标签不被包裹(如 HH Pruebas Funcionales)并且所有数字对齐?

最佳答案

尝试在 li 标签上使用 style="white-space: nowrap;"。请参见下面的示例。

<div style="border:1px solid red;width:25%;margin:0px auto">
<div style="float:left;width:55%;">
<ul>
<li style="style=white-space:nowrap;">HH Preubas Functionales</li>
<li style="style=white-space:nowrap;">HH Preubas Functionales</li>
<li style="style=white-space:nowrap;">HH Preubas Functionales</li>
</ul>
</div>
<div>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>

希望这对您有所帮助。

关于html - 如何显示列表全宽,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26878756/

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