Skip to content

Commit

Permalink
fix: marqueebug
Browse files Browse the repository at this point in the history
  • Loading branch information
sadais-lwt committed Aug 19, 2021
1 parent 5a83a1e commit 250a05d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/pi-marquee/index.vue
Expand Up @@ -56,6 +56,7 @@ export default {
duration: {
immediate: true,
handler() {
this.handlePause()
this.updateTime()
}
}
Expand Down Expand Up @@ -120,6 +121,7 @@ export default {
width: 100%;
white-space: nowrap;
overflow: auto hidden;
background: #ffffff;
}
.marquee-container > .inner {
Expand Down

0 comments on commit 250a05d

Please sign in to comment.