登录页面改造

This commit is contained in:
robin
2026-02-15 15:16:20 +08:00
parent 2a811183c4
commit 92ffa1ab77
10 changed files with 101 additions and 0 deletions

View File

@@ -106,6 +106,23 @@ body.login-page > div {
justify-content: center;
}
.logo-image-wrap {
width: 36px;
height: 36px;
border-radius: 6px;
display: inline-flex;
align-items: center;
justify-content: center;
overflow: hidden;
background: #ffffff;
}
.logo-image {
width: 100%;
height: 100%;
object-fit: contain;
}
.logo-icon i.icon {
margin: 0 !important;
font-size: 16px;