From 250a05d5cd6a53686a0f00c075666e1e07e9b532 Mon Sep 17 00:00:00 2001 From: liuweitao Date: Thu, 19 Aug 2021 10:38:53 +0800 Subject: [PATCH] fix: marqueebug --- components/pi-marquee/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/pi-marquee/index.vue b/components/pi-marquee/index.vue index 5e8931b..61ce894 100644 --- a/components/pi-marquee/index.vue +++ b/components/pi-marquee/index.vue @@ -56,6 +56,7 @@ export default { duration: { immediate: true, handler() { + this.handlePause() this.updateTime() } } @@ -120,6 +121,7 @@ export default { width: 100%; white-space: nowrap; overflow: auto hidden; + background: #ffffff; } .marquee-container > .inner {