feat: 完善播放列表问题 修复 滚动

This commit is contained in:
alger
2023-12-21 16:45:06 +08:00
parent f81127432e
commit cd11db63eb
5 changed files with 60 additions and 41 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ const menus = store.state.menus;
height: 100vh;
&-content {
@apply rounded-2xl pb-28 box-border;
height: calc(100vh - 60px);
height: 100vh;
}
&-page {
margin: 20px 0;
+1 -2
View File
@@ -82,11 +82,10 @@
<script lang="ts" setup>
import type { SongResult } from '@/type/music'
import { secondToMinute, getImgUrl, getIsMc } from '@/utils'
import { secondToMinute, getImgUrl } from '@/utils'
import { computed, onMounted, ref, watch } from 'vue'
import { useStore } from 'vuex'
import { setAnimationClass } from '@/utils'
import { getParsingMusicUrl } from '@/api/music'
import {
loadLrc,
nowTime,