我为这个问题苦苦挣扎了很长时间,并在stackOverflow中尝试了许多类似主题的解决方案,但无法解决我的问题。这是我的代码:
<p:commandButton id="verifyButtonId" value="Verify" ajax="true" actionListener="#{LocationEditBean.verifyAccess}" update="panelVerifyMessageId" style="height:25px; line-height:25px; vertical-align:middle;" rendered="#{LocationEditBean.showVerify}">
<f:param value="#{LocationEditBean.classifiedObject.ID}" name="editId"/>
</p:commandButton>
commandButton 中的文本无法与垂直中心对齐。谁能帮我这个?