liushengqiang 2 年之前
父節點
當前提交
0e1ef27111
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/page-gym/custom-plugins/guide-page/steps/steps.module.less

+ 6 - 0
src/page-gym/custom-plugins/guide-page/steps/steps.module.less

@@ -134,4 +134,10 @@
   animation-name: changsize;
   animation-iteration-count:infinite;
   background: var(--van-primary-color);
+  :global{
+    .van-notice-bar__content{
+      transform: none !important;
+      transition: none !important;
+    }
+  }
 }