From 80a20659e095dbe161b10fd308c87850210faf11 Mon Sep 17 00:00:00 2001 From: luyao <839377654@qq.com> Date: Sun, 21 Aug 2022 22:19:48 +0800 Subject: [PATCH] 334 --- 验证码工具类/VerificationCode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/验证码工具类/VerificationCode.java b/验证码工具类/VerificationCode.java index 7ee6481..5792840 100644 --- a/验证码工具类/VerificationCode.java +++ b/验证码工具类/VerificationCode.java @@ -16,7 +16,7 @@ import javax.servlet.http.HttpSession; public class CreateImageCode { // 图片的宽度。 - private int width = 160; + private int width = 165; // 图片的高度。 private int height = 40; // 验证码字符个数