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