gpt4 book ai didi

css - 如何修改 PF 动态列中的数据表标题样式?

转载 作者:太空宇宙 更新时间:2023-11-04 13:06:04 25 4
gpt4 key购买 nike

我正在尝试将 css 规则应用于数据表的标题。
问题是我正在使用动态列(<p:columnS>),我不知道如何只为标题应用 css 规则。

当我尝试为 p:column 设置样式属性时它还会更改行样式。

<p:columns var="a" width="40" style="text-align:center;color:red" ....>

当我尝试只设置 th在 css 规则上,它不起作用:

<p:columns var="a" width="40" style="text-align:center" styleClass="test" ... >

.test th {
color:red;
}

此外,我不能只制定像#table th {...} 这样的规则,因为标题样式的规则取决于每个动态列。那将是这样的:

<p:columns var="a" width="40" style="text-align:center" styleClass="#{a.style}" ...>

.style1{....}

建议??

最佳答案

我觉得你可以

th[role=columnheader] {
background-image: none;
....
}

关于css - 如何修改 PF 动态列中的数据表标题样式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25122478/

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