0

如何更改 jfoenix tabbedpane 默认标题颜色? jFoenix TabbedPane 标题

只有标签颜色改变。 彩色标签

4

1 回答 1

1

您可以使用 css 来做到这一点:

.tab{
-fx-background-color:red;
}

.tab-header-background{
-fx-background-color:red;
}

到目前为止,这就是我能为你做的一切。如果您有任何问题,请询问他们。

于 2017-11-17T16:01:01.680 回答