如何在 primefaces 中设置工具提示的最大宽度?
How to set max width of tooltip in primefaces?
如何在 primefaces 中设置工具提示的最大宽度?
<p:tooltip for="#{c.id}_checkBox" value="#{c.tooltipText}"/>
<style type="text/css">
.ui-tooltip {
max-width: 400px;
white-space:pre-wrap;
}
</style>
如何在 primefaces 中设置工具提示的最大宽度?
<p:tooltip for="#{c.id}_checkBox" value="#{c.tooltipText}"/>
<style type="text/css">
.ui-tooltip {
max-width: 400px;
white-space:pre-wrap;
}
</style>