Skip to content

Commit ca9579f

Browse files
committed
全新init页面,适配手机页面,login页面新增logo
1 parent 2c9b228 commit ca9579f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/src/view/init/index.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,11 @@ export default {
238238
opacity: 1;
239239
}
240240
}
241+
@media (max-width: 750px) {
242+
.form{
243+
width: 94vw !important;
244+
padding: 0;
245+
}
246+
}
247+
241248
</style>

0 commit comments

Comments
 (0)