From 2c2a71cbe625e063968918d82eada1b4e70e1837 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Tue, 3 May 2022 05:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E5=AE=8C=E6=88=90=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=E5=93=8D=E5=BA=94=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cloud/kicc/gateway/handler/ImageCodeHandler.java | 4 ++-- kicc-ui/src/views/sys/login/LoginForm.vue | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/kicc-gateway/src/main/java/com/cloud/kicc/gateway/handler/ImageCodeHandler.java b/kicc-gateway/src/main/java/com/cloud/kicc/gateway/handler/ImageCodeHandler.java index d8a1ee88..59e9c748 100644 --- a/kicc-gateway/src/main/java/com/cloud/kicc/gateway/handler/ImageCodeHandler.java +++ b/kicc-gateway/src/main/java/com/cloud/kicc/gateway/handler/ImageCodeHandler.java @@ -48,9 +48,9 @@ import java.util.concurrent.TimeUnit; @RequiredArgsConstructor public class ImageCodeHandler implements HandlerFunction { - private static final Integer DEFAULT_IMAGE_WIDTH = 140; + private static final Integer DEFAULT_IMAGE_WIDTH = 105; - private static final Integer DEFAULT_IMAGE_HEIGHT = 45; + private static final Integer DEFAULT_IMAGE_HEIGHT = 35; private static final Integer DEFAULT_IMAGE_LEN = 4; diff --git a/kicc-ui/src/views/sys/login/LoginForm.vue b/kicc-ui/src/views/sys/login/LoginForm.vue index c33e237d..3289328c 100644 --- a/kicc-ui/src/views/sys/login/LoginForm.vue +++ b/kicc-ui/src/views/sys/login/LoginForm.vue @@ -28,13 +28,15 @@ /> - + - + - - + + + +