gpt4 book ai didi

css - PrimeFaces panelGrid 中的透明背景色

转载 作者:行者123 更新时间:2023-11-28 09:04:33 25 4
gpt4 key购买 nike

我在 PrimeFaces 中的面板网格一直是白色背景,但我找不到必须更改的内容,因为我尝试使用 styleClass,修改 ui-panelgrid 的 CSS 代码 类,在 p:panelGridp:rowp:column 中使用 style 标签.没有任何效果。

尝试过:

p:column style="background-color: transparent !important;"

.ui-panelgrid, .ui-panelgrid td { background-color: transparent !important; }

截图:

panelGrid with white background inside div with gray background

最佳答案

感谢有关删除 p:panelGrid 边框的相关问题,发现我需要覆盖 td 和 tr。背景已删除。去除了边框。 :)

.noBorder tr,
.noBorder td { border: 0 !important; }

.transparentBackground tr,
.transparentBackground td { background: transparent !important; }

我创建了一个自定义类,因为之前的代码做了不需要的更改。

关于css - PrimeFaces panelGrid 中的透明背景色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22717921/

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