mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
feat: virtual scrollbar
This commit is contained in:
parent
226a2145c4
commit
7c79afd0d1
13 changed files with 341 additions and 133 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue