登录页面改造
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user