فهرست منبع

解决值没有赋值上 样式丢失的问题

黄琪勇 10 ماه پیش
والد
کامیت
6d78313e2a
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      src/page-instrument/view-detail/smoothAnimation/index.less

+ 7 - 0
src/page-instrument/view-detail/smoothAnimation/index.less

@@ -1,3 +1,10 @@
+
+// 有时候 singleLineMusicBox 还没有赋值所以导致 旋律线和小鸟显示,所以这里默认隐藏
+#musicAndSelection{
+    .smoothAnimationBox{
+        display: none;
+    }
+}
 #musicAndSelection.singleLineMusicBox{
     .smoothAnimationBox{
         display: flex;