Merge branch 'dev'

This commit is contained in:
奔跑的面条 2023-05-28 17:28:34 +08:00
commit f6424245fd

View File

@ -222,6 +222,7 @@ $halfCenterHeight: 50px;
height: 100px;
max-width: 140px;
border-radius: 6px;
object-fit: contain;
@extend .go-transition;
}
}
@ -289,6 +290,7 @@ $halfCenterHeight: 50px;
height: $halfCenterHeight;
width: auto;
transition: all 0.2s;
object-fit: contain;
}
}
.list-bottom {