feat: virtual scrollbar

This commit is contained in:
qier222 2021-06-05 14:16:53 +08:00
parent 226a2145c4
commit 7c79afd0d1
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
13 changed files with 341 additions and 133 deletions

View file

@ -1,5 +1,5 @@
<template>
<div v-show="show" class="album">
<div v-show="show" class="album-page">
<div class="playlist-info">
<Cover
:id="album.id"
@ -299,6 +299,9 @@ export default {
</script>
<style lang="scss" scoped>
.album-page {
margin-top: 32px;
}
.playlist-info {
display: flex;
width: 78vw;