修改登录页面logo

This commit is contained in:
WEB许何哲\xuhez
2023-07-18 11:36:12 +08:00
parent a11dcc16f0
commit b22cc7f19f
3 changed files with 7 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@@ -411,10 +411,15 @@ body.backend-login-page{
.o_database_list {
max-width: 500px !important;
transform: translate(-50%,-50%);
top: 50%;
top: 40%;
position: absolute;
left: 50%;
width: 100%;
max-height: 80vh;
background-color: transparent !important;
}
.card-body>.text-center>.img-fluid {
width: 45% !important;
//height: 50px !important;
}