@@ -148,7 +148,6 @@
}
&.active {
-
:global {
.van-notice-bar__content {
color: #FFFFFF;
@@ -163,6 +162,10 @@
color: rgba(255,255,255,0.5);
transition-duration: 0s !important;
transform: none !important;
+ width: 100%;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;