fix: 修复图片验证码不居中显示的问题

This commit is contained in:
ali-pay
2025-12-17 11:20:49 +08:00
committed by Charles7c
parent 48e6eccd1a
commit ca30f95e67

View File

@@ -197,7 +197,7 @@ onMounted(() => {
.captcha-container {
position: relative;
display: inline-block;
display: flex;
cursor: pointer;
}