diff --git a/src/components/Music.vue b/src/components/Music.vue index 1568eb2..5239a46 100644 --- a/src/components/Music.vue +++ b/src/components/Music.vue @@ -42,7 +42,7 @@ - +
@@ -281,12 +281,6 @@ watch( } // 弹窗动画 -.fade-enter-active { - animation: fade 0.3s ease-in-out; -} -.fade-leave-active { - animation: fade 0.3s ease-in-out reverse; -} .zoom-enter-active { animation: zoom 0.4s ease-in-out; }