Files
timi-fx-ui/src/main/resources/timifx/style/layout.css
T
2026-06-26 18:00:15 +08:00

15 lines
288 B
CSS

/* --------------------------- 布局 --------------------------- */
.scroll-pane {
-fx-padding: 0;
-fx-background-insets: 0;
}
.scroll-pane .corner {
-fx-background-color: transparent;
}
.split-pane {
-fx-padding: 0;
-fx-background-color: transparent;
-fx-background-insets: 0;
}