Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何添加边框
我已经尝试了以下但努力工作。
<p:accordionPanel style="width:100%; border:1px; ">
如果要添加边框accordion panel:
accordion panel
<style type="text/css"> .ui-accordion-content.ui-helper-reset.ui-widget-content{ border:1px solid !important; } </style>
如果要为手风琴内的选项卡添加边框,请使用:
<p:accordionPanel style="border:1px solid">