修改一些细节

This commit is contained in:
liwen
2020-12-01 16:32:54 +08:00
parent fd4be119eb
commit 8110abe258
5 changed files with 14 additions and 9 deletions

View File

@@ -19,29 +19,34 @@
登录
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/client/src/main/resources/images/folder/login.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/login.png)
注册
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/client/src/main/resources/images/folder/registered.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/registered.png)
主页
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/client/src/main/resources/images/folder/home.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/home-dark.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/home-light.png)
用户管理
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/client/src/main/resources/images/folder/user.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/user-dark.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/user-light.png)
菜单管理
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/client/src/main/resources/images/folder/menu.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/menu-dark.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/menu-light.png)
角色权限管理
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/client/src/main/resources/images/folder/group.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/group-dark.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/group-light.png)
角色类型管理
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/client/src/main/resources/images/folder/grouptype.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/grouptype-dark.png)
![Image text](https://gitee.com/lwdillon/fx-falsework/raw/main/readme/grouptype-light.png)

View File

@@ -187,7 +187,7 @@ public class LoginController {
registeredPane.managedProperty().bind(registeredPane.visibleProperty());
initAnimation();
// loadingImage();
loadingImage();
initAction();
}
@@ -257,7 +257,7 @@ public class LoginController {
private void loadingImage() {
ImageView logBack = new ImageView("/images/loginBack.jpg");
ImageView logBack = new ImageView("/images/login.jpg");
logBack.fitHeightProperty().bind(imageHeiht);
logBack.fitWidthProperty().bind(imageWidth);
imagePane.getChildren().add(new Label("", logBack));

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB

BIN
readme/login.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

BIN
readme/registered.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB