fix(#I12E6F): 短信验证码锁屏解锁框过宽
#Comment comment #I12E6F #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I12E6F
This commit is contained in:
parent
0203c32cbc
commit
9c0324002a
|
@ -134,3 +134,10 @@ div.input-group .input-group-text {
|
|||
.form-group:last-child input {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.form-inline .form-group {
|
||||
flex: 0 1 auto;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue