有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!


共 (1) 个答案

  1. # 1 楼答案

    This way to remove the padding in down button. I hope below CSS help you.

    .tab-down-button {
    -fx-padding: 0;
    }
    
    .tab-down-button .arrow {
    -fx-padding: 0;
    }