修改图片大小
@@ -16,6 +16,8 @@
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<feign.version>10.9</feign.version>
|
||||
<java.version>1.8</java.version>
|
||||
<jfoenix.version>8.0.10</jfoenix.version>
|
||||
<datafx.version>8.0.2</datafx.version>
|
||||
</properties>
|
||||
|
||||
|
||||
|
||||
@@ -253,7 +253,7 @@ public class LoginController {
|
||||
@SneakyThrows
|
||||
private void loadingImage() {
|
||||
|
||||
ImageView logBack = new ImageView("/images/login.jpg");
|
||||
ImageView logBack = new ImageView("/images/login.png");
|
||||
logBack.fitHeightProperty().bind(imageHeiht);
|
||||
logBack.fitWidthProperty().bind(imageWidth);
|
||||
imagePane.getChildren().add(new Label("", logBack));
|
||||
|
||||
|
Before Width: | Height: | Size: 14 MiB |
BIN
falsework-client/src/main/resources/images/login.png
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 8.6 MiB |
|
Before Width: | Height: | Size: 16 MiB |
|
Before Width: | Height: | Size: 10 MiB |
|
Before Width: | Height: | Size: 3.7 MiB |
|
Before Width: | Height: | Size: 14 MiB |
|
Before Width: | Height: | Size: 4.5 MiB |
BIN
falsework-client/src/main/resources/images/login/img.png
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
falsework-client/src/main/resources/images/login/img_1.png
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
falsework-client/src/main/resources/images/login/img_2.png
Normal file
|
After Width: | Height: | Size: 2.5 MiB |
BIN
falsework-client/src/main/resources/images/login/img_3.png
Normal file
|
After Width: | Height: | Size: 2.6 MiB |
BIN
falsework-client/src/main/resources/images/login/img_4.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |