调整验证码图片大小

This commit is contained in:
2026-06-12 19:56:34 +08:00
parent 4fbb4d5cde
commit 131f06c720
2 changed files with 7 additions and 6 deletions

View File

@@ -610,8 +610,9 @@ input[type="text"].input-error {
}
.modal-captcha-img {
height: 70px;
flex: 1;
height: 80px;
width: 240px;
flex: none;
border-radius: var(--radius-sm);
border: 1.5px solid var(--border);
cursor: pointer;