This commit is contained in:
花有清香月有阴
2022-02-25 18:09:16 +08:00
parent 00727a66f2
commit 2d4bcdb918
4 changed files with 135 additions and 922 deletions

View File

@@ -184,13 +184,12 @@ export default {
padding: 54px 0 14px 0;
.navLeft {
display: flex;
width: calc(100% - 460px);
width: calc(100% - 430px);
height: 32px;
line-height: 32px;
.showTypes {
font-size: 38px;
font-weight: 600;
color: #333333;
overflow: hidden;
text-overflow: ellipsis;
@@ -198,7 +197,7 @@ export default {
}
}
::v-deep u-search {
width: 440px;
width: 410px;
}
}