gpt4 book ai didi

css - 选择在 Internet Explorer 中换行的元素文本

转载 作者:太空宇宙 更新时间:2023-11-03 17:55:08 28 4
gpt4 key购买 nike

我在 selectItem 中得到一个大文本,所以我给 selectOneMenu 的长度作为固定大小,所以当我看到 selectItems 时,它将在 Chrome 浏览器中显示全文,但它在 IE 中被包裹,请帮助解决这个问题

Chrome

enter image description here

我的代码示例是

<m:td >

<h:outputLabel id="PGMADMOLL960"
for="newapcstatusPrc"
value="#{msg['label.proc.apcStatus']}" />
<m:br></m:br>
<h:selectOneMenu id="newapcstatusPrc"
style="width:150px"
value="#{ProcedureCodePricingDataBean.procedureCodePricingVO.apcStatusCode}">
<f:selectItem itemValue=""
itemLabel="" />
<f:selectItems value="#{ProcedureCodePricingDataBean.apcStatusCodeList}" />
</h:selectOneMenu>
<m:br />
<h:message id="PGMADMM659"
for="newapcstatusPrc"
styleClass="colorRed" />
<m:br />
</m:td>

最佳答案

有一个相同主题的问题,已经在这里回答了:

Select dropdown with fixed width cutting off content in IE

我会建议此修复:http://css-tricks.com/select-cuts-off-options-in-ie-fix/

关于css - 选择在 Internet Explorer 中换行的元素文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26524767/

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