放大图形验证码文字

This commit is contained in:
Certificate System
2026-08-13 15:46:50 +08:00
parent f72645225a
commit eac19ea593
3 changed files with 51 additions and 9 deletions

View File

@@ -409,7 +409,7 @@ h1 {
.captcha-row {
display: grid;
grid-template-columns: 1fr 132px;
grid-template-columns: minmax(0, 1fr) 148px;
gap: 10px;
width: 100%;
}
@@ -422,7 +422,7 @@ h1 {
}
.captcha-button {
height: 34px;
height: 42px;
padding: 0;
border: 1px solid #dbe6ea;
border-radius: 8px;