소스 검색

fix: 大屏增加动效

周玉环 6 일 전
부모
커밋
bba040de5f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      xinkeaboard-admin/src/pages/statistics/bigscreen/components/WorldMap.js

+ 1 - 0
xinkeaboard-admin/src/pages/statistics/bigscreen/components/WorldMap.js

@@ -26,6 +26,7 @@ class WorldMap2D extends React.Component {
 
   componentDidUpdate() {
     this.initChart();
+    this.startPulseAnimation();
   }
 
   resizeChart = () => {