From a69cd3af61d50799993817e4b35d029b0d1fa965 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Fri, 30 Aug 2024 21:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=8A=A0=E5=85=A5=E6=97=8B?= =?UTF-8?q?=E8=BD=AC=E5=9B=BE=E5=83=8F=E9=AA=8C=E8=AF=81=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Common/RotationVerification.vue | 164 ++++++++++-------- 1 file changed, 88 insertions(+), 76 deletions(-) diff --git a/tonecn/src/components/Common/RotationVerification.vue b/tonecn/src/components/Common/RotationVerification.vue index b6dee71..7e95286 100644 --- a/tonecn/src/components/Common/RotationVerification.vue +++ b/tonecn/src/components/Common/RotationVerification.vue @@ -1,5 +1,12 @@ - - - - 安全验证 - {{ onVerifying ? "正在验证,请稍后..." : (onVerifyFail?"验证失败,请再试一次":"拖动滑块,使图片角度为水平") }} - - - - - - + + + + 安全验证 + {{ onVerifying ? "正在验证,请稍后..." : (onVerifyFail ? "验证失败,请再试一次" : "拖动滑块,使图片角度为水平") + }} + + + + + + + + + + + - - - + \ No newline at end of file