gpt4 book ai didi

css - 如何控制zkoss中列表项的流

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

谁能指导我如何控制列表项的溢出。在带有客户简要说明的代码标签“操作说明”中,我在恢复窗口时应用了 maxlength =“40”,然后“操作说明”显示了两行或更多行,我希望它仅在单行中

<east id="eastcr" width="70%" autoscroll="true" visible="false" style="overflow:auto">
<groupbox>
<caption label="Select Account"></caption>
<separator></separator>
<listbox id="lstbx" style="overflow:auto" mold="paging">
<listhead id="lsthd" sizable="true" >
<listheader id="lsthd1" label="Sr No" align="center" width="5%" sort="auto"/>
<listheader label="Account Number" align="center" width="15%" sort="auto"/>
<listheader label="Account Name" align="left" width="25%" sort="auto" maxlength="20"/>
<listheader label="Operation Instruction" align="left" width="39%" sort="auto" maxlength="40"/>
</listhead>
</listbox>
</groupbox> </east>

最佳答案

你可以使用下面的样式

style="white-space: nowrap;"

下面是什么意思

nowrap Sequences of whitespace will collapse into a single whitespace. Text will never wrap to the next line. The text continues on the same line until a
tag is encountered

关于css - 如何控制zkoss中列表项的流,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35556101/

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