perf: 优化登录页样式

pull/12010/head
“huailei000” 2023-11-01 17:01:14 +08:00
parent 0858d67098
commit 49b3df218e
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>