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.
如何在展示中的仪表板中的列之间添加一条线:http: //www.primefaces.org/showcase/ui/dashboard.jsf
使用 css 为 ui-dashboard-column 类添加边框样式,例如
.ui-dashboard-column { border-style:solid; border-width:5px; ... }
风格根据您的需要