diff --git a/client/src/main/java/com/epri/fx/client/gui/uicomponents/main/MainController.java b/client/src/main/java/com/epri/fx/client/gui/uicomponents/main/MainController.java index 02677dd..2f622c2 100644 --- a/client/src/main/java/com/epri/fx/client/gui/uicomponents/main/MainController.java +++ b/client/src/main/java/com/epri/fx/client/gui/uicomponents/main/MainController.java @@ -66,8 +66,7 @@ public class MainController { @ActionHandler private FlowActionHandler actionHandler; - @FXML - private JFXToolbar toolBar; //工具栏 + @FXML private StackPane rootPane; @FXML diff --git a/client/src/main/resources/css/app-dark.css b/client/src/main/resources/css/app-dark.css index 6556fde..3e890cf 100644 --- a/client/src/main/resources/css/app-dark.css +++ b/client/src/main/resources/css/app-dark.css @@ -28,7 +28,7 @@ } .backgroundPane { - -fx-background-color: -fx-main-base; + -fx-background-color: -fx-card-base; } .jfx-svg-glyph { @@ -209,7 +209,7 @@ *******************************************************************************/ .lfx-decorator { - -fx-decorator-color: -fx-card-base; + -fx-decorator-color: -fx-main-base; -fx-background-color: transparent; } @@ -336,7 +336,7 @@ .jfx-tab-pane .tab-header-background { - -fx-background-color: -fx-main-base; + -fx-background-color: -fx-card-base; } .jfx-tab-pane .headers-region .tab-selected-line { @@ -406,9 +406,9 @@ -fx-background-color: -fx-accent-suspension-color; } -/*.tab-content {*/ -/* -fx-background-color: -fx-card-base;*/ -/*}*/ +.tab-content { + -fx-background-color: -fx-main-base; +} /******************************************************************************* * * diff --git a/client/src/main/resources/css/app-light.css b/client/src/main/resources/css/app-light.css index 17bdbdf..b63453e 100644 --- a/client/src/main/resources/css/app-light.css +++ b/client/src/main/resources/css/app-light.css @@ -30,7 +30,7 @@ } .backgroundPane { - -fx-background-color: -fx-main-base; + -fx-background-color: -fx-card-base; } .jfx-svg-glyph { @@ -337,7 +337,7 @@ .jfx-tab-pane .tab-header-background { - -fx-background-color: -fx-main-base; + -fx-background-color: -fx-card-base; } .jfx-tab-pane .headers-region .tab-selected-line { @@ -407,9 +407,9 @@ -fx-background-color: -fx-accent-suspension-color; } -/*.tab-content {*/ -/* -fx-background-color: -fx-card-base;*/ -/*}*/ +.tab-content { + -fx-background-color: -fx-main-base; +} /******************************************************************************* * * @@ -492,6 +492,10 @@ -jfx-rippler-fill: derive(-fx-accent-color, -20%); } +#navigation-menu{ + -fx-background-color: #F9F9F9; +} + /******************************************************************************* * * diff --git a/client/src/main/resources/fxml/main/main.fxml b/client/src/main/resources/fxml/main/main.fxml index ab1cb03..aacace6 100644 --- a/client/src/main/resources/fxml/main/main.fxml +++ b/client/src/main/resources/fxml/main/main.fxml @@ -6,10 +6,8 @@ - - @@ -34,44 +32,29 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - + @@ -79,20 +62,15 @@ - - - + + + - - - - - - - + + - + diff --git a/readme/group-dark.png b/readme/group-dark.png index ad362e6..bf93a74 100644 Binary files a/readme/group-dark.png and b/readme/group-dark.png differ diff --git a/readme/group-light.png b/readme/group-light.png index a3dfdc1..8e08d38 100644 Binary files a/readme/group-light.png and b/readme/group-light.png differ diff --git a/readme/grouptype-dark.png b/readme/grouptype-dark.png index 216ebe4..2db7145 100644 Binary files a/readme/grouptype-dark.png and b/readme/grouptype-dark.png differ diff --git a/readme/grouptype-light.png b/readme/grouptype-light.png index 10fcd02..90399a5 100644 Binary files a/readme/grouptype-light.png and b/readme/grouptype-light.png differ diff --git a/readme/home-dark.png b/readme/home-dark.png index e4c9c63..4d73334 100644 Binary files a/readme/home-dark.png and b/readme/home-dark.png differ diff --git a/readme/home-light.png b/readme/home-light.png index c6f1988..3e7b231 100644 Binary files a/readme/home-light.png and b/readme/home-light.png differ diff --git a/readme/menu-dark.png b/readme/menu-dark.png index fcf54ce..92f5b75 100644 Binary files a/readme/menu-dark.png and b/readme/menu-dark.png differ diff --git a/readme/menu-light.png b/readme/menu-light.png index 79fccf1..49cfc11 100644 Binary files a/readme/menu-light.png and b/readme/menu-light.png differ diff --git a/readme/user-dark.png b/readme/user-dark.png index 3a0e599..725a1ff 100644 Binary files a/readme/user-dark.png and b/readme/user-dark.png differ diff --git a/readme/user-light.png b/readme/user-light.png index 820c841..153c451 100644 Binary files a/readme/user-light.png and b/readme/user-light.png differ