man*_*hnt 0 jsf dashboard primefaces
如何在展示位置的仪表板中的列之间添加一行:http: //www.primefaces.org/showcase/ui/dashboard.jsf

使用css为ui-dashboard-column类添加边框样式
.ui-dashboard-column
{
border-style:solid;
border-width:5px;
...
}
Run Code Online (Sandbox Code Playgroud)
根据您的需求风格