gpt4 book ai didi

javascript - 如何为制表符组行中的箭头着色?

转载 作者:行者123 更新时间:2023-11-28 14:08:46 24 4
gpt4 key购买 nike

如何指定折叠/展开组的组行中箭头的颜色?此外,为列组摘要定义字体颜色的正确 CSS 代码是什么?

您可以在此处查看我尝试自定义的示例: https://jsfiddle.net/saleyn/a6hyxe24/74/

#equity-table .tabulator-footer {
background-color:#333;
color:#BBB;
font-weight: normal !important;
}

在该片段中,“总计”计算的颜色已更改,但如何更改小计组摘要的颜色?

最佳答案

看看这个 fiddle :https://jsfiddle.net/17dtamrq/

正确的CSS是:

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
border-top-color:red;
}

.tabulator-row.tabulator-group .tabulator-arrow {
border-left-color: green;
}

// For the last row fore color
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
color: #f00;
}

// For the inner table sub-calcs
.tabulator-table .tabulator-row.tabulator-calcs > div {
color: red;
}

关于javascript - 如何为制表符组行中的箭头着色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56827880/

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