【发布时间】:2017-07-27 17:53:56
【问题描述】:
我想在面板标题中显示添加和删除按钮。下面的代码显示没有图标和标签的按钮
<p-panel>
<p-header>
<div>
Registration Form
<button type="button" pButton icon="fa-plus" style="float:right" label="Add">
</button>
</div>
</p-header>
</p-panel>
【问题讨论】:
-
你使用的是什么网络服务器?