全新init页面,适配手机页面,login页面新增logo
This commit is contained in:
parent
2c9b228eb5
commit
ca9579fa6d
|
@ -238,4 +238,11 @@ export default {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (max-width: 750px) {
|
||||||
|
.form{
|
||||||
|
width: 94vw !important;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue