我很长时间都在努力解决这个问题,并尝试在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中的文本无法与垂直中心对齐。任何人都可以帮我这个吗?
答案 0 :(得分:0)
you can try adding the following style to your button:
style=
"font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #444;
min-width: 90px;
padding:5px;
margin: 5px 10px;
background-color: #fdfdfd;
border: 1px solid #cdcdcd;
cursor: pointer;
border-radius: 3px;"