From f453adcd939d0a94f18fdfaa800e5eee7f3e4fcc Mon Sep 17 00:00:00 2001 From: wangchunxiang Date: Mon, 29 Dec 2025 15:42:20 +0800 Subject: [PATCH] =?UTF-8?q?style(ui):=20=E8=B0=83=E6=95=B4=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E9=80=89=E6=8B=A9=E7=95=8C=E9=9D=A2=E7=9A=84=E9=97=B4?= =?UTF-8?q?=E8=B7=9D=E5=92=8C=E5=86=85=E8=BE=B9=E8=B7=9D=20-=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=B9=B3=E5=8F=B0=E9=80=89=E9=A1=B9=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E9=97=B4=E8=B7=9D=E4=BB=8E30=E5=88=B050=20-=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=B9=B3=E5=8F=B0=E9=80=89=E9=A1=B9=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=86=85=E8=BE=B9=E8=B7=9D=E4=BB=8E20?= =?UTF-8?q?=E5=88=B010=20-=20=E5=A2=9E=E5=8A=A0=E5=B9=B3=E5=8F=B0=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E9=97=B4=E8=B7=9D=E4=BB=8E60=E5=88=B080=20-=20?= =?UTF-8?q?=E4=BD=BF=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80=E6=9B=B4=E5=8A=A0?= =?UTF-8?q?=E7=BE=8E=E8=A7=82=E5=92=8C=E5=90=88=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/fantaibao/page/PlatformSelectionView.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fantaibao/page/PlatformSelectionView.java b/src/main/java/com/fantaibao/page/PlatformSelectionView.java index bc51856..dd885a9 100644 --- a/src/main/java/com/fantaibao/page/PlatformSelectionView.java +++ b/src/main/java/com/fantaibao/page/PlatformSelectionView.java @@ -66,12 +66,12 @@ public class PlatformSelectionView { // 平台选项容器 VBox platformOptionsContainer = new VBox(); platformOptionsContainer.setAlignment(Pos.CENTER); - platformOptionsContainer.setSpacing(30); - platformOptionsContainer.setPadding(new Insets(20, 40, 40, 40)); + platformOptionsContainer.setSpacing(50); // 增加间距使界面更美观 + platformOptionsContainer.setPadding(new Insets(100, 40, 40, 40)); // 增加顶部内边距至100,使按钮与顶部间距约200 HBox platformOptions = new HBox(); platformOptions.setAlignment(Pos.CENTER); - platformOptions.setSpacing(60); + platformOptions.setSpacing(80); // 增加平台选项之间的间距 // 美团开店宝cookie选项 VBox meituanOption = createPlatformMtOption(