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="artist">
<div v-show="show" class="artist-page">
<div class="artist-info">
<div class="head">
<img :src="artist.img1v1Url | resizeImage(1024)" />
@ -354,6 +354,10 @@ export default {
</script>
<style lang="scss" scoped>
.artist-page {
margin-top: 32px;
}
.artist-info {
display: flex;
align-items: center;