mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 03:17:29 +08:00
🦄 refactor: 适配 web移动端 改造
This commit is contained in:
@@ -87,7 +87,7 @@ const close = () => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.mv-list {
|
||||
@apply relative h-full w-full;
|
||||
@apply relative h-full w-full px-4;
|
||||
|
||||
&-title {
|
||||
@apply text-xl font-bold;
|
||||
@@ -173,4 +173,10 @@ const close = () => {
|
||||
@apply top-0;
|
||||
}
|
||||
}
|
||||
|
||||
.mobile {
|
||||
.mv-list-content {
|
||||
grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user