那么有什么方法可以去除选项卡后面的灰色区域:我试过用CSS做到这一点,但没有找到方法。 最佳答案 要在CSS文件中设置标签页标题的背景颜色:.tab-pane.tab-header-area.tab-header-background{-fx-background-color:yellow;}要删除边框,请写:.tab-pane.tab-header-area.tab-header-background{-fx-effect:null;}要完全删除标题,请将不透明度设置为0:.tab-pane.tab-header-area.tab