15 lines
288 B
CSS
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;
|
|
}
|
|
|