优化验证码在窄屏上的展示

This commit is contained in:
刘祥超
2022-01-16 16:57:25 +08:00
parent 952e3ca572
commit b4647b1baa

View File

@@ -114,6 +114,7 @@ func (this *CaptchaValidator) show(actionConfig *CaptchaAction, request requests
<html>
<head>
<title>` + msgTitle + `</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<script type="text/javascript">
if (window.addEventListener != null) {
window.addEventListener("load", function () {