Merge pull request #12010 from jumpserver/pr@dev@perf_mobile_login

perf: 优化登录页样式
pull/12011/head
huailei 2023-11-01 17:02:28 +08:00 committed by GitHub
commit e6b8b3982d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -258,7 +258,13 @@
.mobile-logo {
display: block;
padding: 20px 30px 0 30px;
padding: 0 30px;
text-align: left;
}
.right-image {
height: revert;
width: revert;
}
}
</style>