调整验证码图片大小
This commit is contained in:
@@ -610,9 +610,11 @@ input[type="text"].input-error {
|
||||
}
|
||||
|
||||
.modal-captcha-img {
|
||||
height: 80px;
|
||||
width: 240px;
|
||||
flex: none;
|
||||
height: 86px;
|
||||
width: min(260px, 100%);
|
||||
max-width: 260px;
|
||||
min-width: 0;
|
||||
flex: 1 1 0;
|
||||
border-radius: var(--radius-sm);
|
||||
border: 1.5px solid var(--border);
|
||||
cursor: pointer;
|
||||
@@ -722,6 +724,11 @@ input[type="text"].input-error {
|
||||
height: 38px;
|
||||
}
|
||||
|
||||
.modal-captcha-img {
|
||||
height: 72px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user