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.
如果用户单击消息上的任意位置 ,我需要关闭 UI 中的咆哮消息。
这是必需的,因为用户很难找到 Primefaces 中默认咆哮消息的关闭按钮。
有没有办法做到这一点?
如何通过 CSS 解决它:
.ui-growl-icon-close { width: 100%; height: 100%; background-image: none!important; }
把它放到你的 CSS 文件中。