gpt4 book ai didi

css - 从所有 PrimeFaces 中删除边框 p :panelGrid components

转载 作者:技术小花猫 更新时间:2023-10-29 11:33:31 26 4
gpt4 key购买 nike

我需要使用 primefaces 隐藏所有面板网格的所有边框。我试过他跟随没有效果:

table {
border: none;
}

table tr, table td {
border: none;
}

我能做什么?

最佳答案

您需要至少与 PrimeFaces 默认选择器一样具体。

.ui-panelgrid>*>tr,
.ui-panelgrid .ui-panelgrid-cell {
border: none;
}

除非您需要覆盖 HTML 元素上的硬编码 样式,否则不要使用 !important

另见:

关于css - 从所有 PrimeFaces 中删除边框 p :panelGrid components,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18897664/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com