Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是新手JavaFX,我想给填充物accordion,我改变CSS手风琴喜欢
JavaFX
accordion
CSS
.titled-pane { -fx-skin: "com.sun.javafx.scene.control.skin.TitledPaneSkin"; -fx-text-fill: -fx-text-base-color; -fx-padding: 0.5em; }
但是手风琴的底部不可见,我该怎么办?