tdt-map-vue2 0.1.13 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/BaseMap.vue +2 -2
- package/package.json +1 -1
package/lib/BaseMap.vue
CHANGED
|
@@ -462,13 +462,13 @@ export default {
|
|
|
462
462
|
</style>
|
|
463
463
|
|
|
464
464
|
<style>
|
|
465
|
-
.tdt-control-copyright {
|
|
465
|
+
/* .tdt-control-copyright {
|
|
466
466
|
opacity: 0;
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
.tdt-container .tdt-control-copyright {
|
|
470
470
|
opacity: 0;
|
|
471
|
-
}
|
|
471
|
+
} */
|
|
472
472
|
|
|
473
473
|
html .tdt-label {
|
|
474
474
|
background: transparent;
|