放大图形验证码文字
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user