This commit is contained in:
2025-05-30 11:32:00 +08:00
parent 5f7f1d992b
commit 94ab97b501
6 changed files with 125 additions and 37 deletions

View File

@@ -297,7 +297,7 @@ export default {
position: relative;
box-sizing: border-box;
width: 100%;
height: 70px;
height: 60px;
font-size: 22px;
color: #fff;
}
@@ -306,12 +306,12 @@ export default {
float: left;
padding: 0 15px 0 21px;
cursor: pointer;
line-height: 70px;
line-height: 60px;
}
.header .logo {
float: left;
padding-top: 19px;
padding-top: 14px;
vertical-align: middle;
font-size: 20px;
}
@@ -341,7 +341,7 @@ export default {
.header-user-con {
display: flex;
height: 70px;
height: 60px;
align-items: center;
}

View File

@@ -763,7 +763,7 @@ export default {
display: block;
position: absolute;
left: 0;
top: 70px;
top: 60px;
bottom: 0;
overflow-y: scroll;
/* -webkit-box-shadow: 0px 0px 25px 0px rgb(45 69 95 / 10%); */