修改一些细节
This commit is contained in:
19
README.md
19
README.md
@@ -19,29 +19,34 @@
|
||||
|
||||
登录
|
||||
|
||||

|
||||

|
||||
|
||||
注册
|
||||
|
||||

|
||||

|
||||
|
||||
主页
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
用户管理
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
菜单管理
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
角色权限管理
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
角色类型管理
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
@@ -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));
|
||||
|
||||
BIN
client/src/main/resources/images/login.jpg
Normal file
BIN
client/src/main/resources/images/login.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 MiB |
BIN
readme/login.png
Normal file
BIN
readme/login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 MiB |
BIN
readme/registered.png
Normal file
BIN
readme/registered.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 MiB |
Reference in New Issue
Block a user