diff --git a/src/components/SongItem.vue b/src/components/SongItem.vue index 5104888..4893285 100644 --- a/src/components/SongItem.vue +++ b/src/components/SongItem.vue @@ -132,30 +132,31 @@ const openSong = el => { - + @mouseleave="show = false" + @click.enter="show = !show"> - + @@ -177,6 +178,9 @@ span.content { span.bi-three-dots-vertical { margin: 2rem; } +button.bi-three-dots-vertical { + border: none; +} .popup { line-height: auto; height: auto;