Skip to content

Commit 9efad63

Browse files
【fix】时间轴例子nextEnable,spin 透明 review by songym
1 parent 3bc5808 commit 9efad63

File tree

6 files changed

+3665
-4186
lines changed

6 files changed

+3665
-4186
lines changed

dist/mapboxgl/iclient-mapboxgl-vue.css

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/mapboxgl/iclient-mapboxgl-vue.js

Lines changed: 3547 additions & 4074 deletions
Large diffs are not rendered by default.

dist/mapboxgl/iclient-mapboxgl-vue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mapboxgl/iclient-mapboxgl-vue.min.js

Lines changed: 108 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/component/components_timeline_cloud.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
justify-content: center;
8989
width: 100%;
9090
}
91+
.sm-component-spin {
92+
background: transparent !important;
93+
}
9194
</style>
9295
</head>
9396

@@ -346,7 +349,7 @@
346349
}
347350
return true;
348351
});
349-
352+
_this.nextEnable = false;
350353
if (loaded && _this.mapStatus) {
351354
clearInterval(_this.timer);
352355
_this.timer = null;

examples/component/components_timeline_supermap.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
height: 50px;
4141
z-index: 1000;
4242
}
43+
.sm-component-spin {
44+
background: transparent !important;
45+
}
4346
</style>
4447
</head>
4548

@@ -262,7 +265,7 @@
262265
}
263266
return true;
264267
});
265-
268+
_this.nextEnable = false;
266269
if (loaded && _this.mapStatus) {
267270
clearInterval(_this.timer);
268271
_this.timer = null;

0 commit comments

Comments
 (0)