修复验证码右边字符一半

pull/53/head
Strangere 2018-03-28 17:16:58 +08:00
parent b9a9237665
commit b79c8d0fcf
1 changed files with 2 additions and 2 deletions

View File

@ -234,9 +234,9 @@ return [
//使用中文验证码 //使用中文验证码
'useZh' => false, 'useZh' => false,
// 验证码图片高度 // 验证码图片高度
'imageH' => 30, 'imageH' => 40,
// 验证码图片宽度 // 验证码图片宽度
'imageW' => 100, 'imageW' => 130,
// 验证码位数 // 验证码位数
'length' => 4, 'length' => 4,
// 验证成功后是否重置 // 验证成功后是否重置