Browse Source

!55 修复验证码右边字符一半
Merge pull request !55 from Stranger/master

Karson 7 years ago
parent
commit
685fc267c0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      application/config.php

+ 3 - 3
application/config.php

@@ -228,15 +228,15 @@ return [
         // 验证码字符集合
         'codeSet'  => '2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY',
         // 验证码字体大小(px)
-        'fontSize' => 16,
+        'fontSize' => 18,
         // 是否画混淆曲线
         'useCurve' => false,
         //使用中文验证码
         'useZh'    => false,
         // 验证码图片高度
-        'imageH'   => 30,
+        'imageH'   => 40,
         // 验证码图片宽度
-        'imageW'   => 100,
+        'imageW'   => 130,
         // 验证码位数
         'length'   => 4,
         // 验证成功后是否重置