gpt4 book ai didi

css - OpenXava 更改单行的背景颜色

转载 作者:行者123 更新时间:2023-11-28 05:12:36 30 4
gpt4 key购买 nike

我需要在 Openxava 中更改一张表中单行的背景颜色,例如包含 status = resolved 字段的整行应变为绿色,或 date field = currentDate 应变为黄色的行。

到目前为止,我在 custom.css 中更改了背景颜色并尝试了 naviox.css, 但它只更改了整个列表的背景颜色 。牛列表。提前致谢!

最佳答案

直接在定义的集合上使用@RowStyle 注解:

@RowStyle(style = "row-highlight-rates", property = "notEqual", value = "true")
private List<Rate> rates;

在 custom.css 上我添加了 row-highlight-xxx :

tr.row-highlight-rates{
background-color: #e37d6f;
}

tr.row-highlight-rates:hover {
background-color: #d94b37;
}

关于css - OpenXava 更改单行的背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39466507/

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