tdt-map-vue2 0.1.13 → 0.1.15
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 +6 -5
- package/package.json +1 -1
package/lib/BaseMap.vue
CHANGED
|
@@ -462,13 +462,14 @@ 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
|
-
.tdt-container .tdt-control-copyright {
|
|
470
|
-
opacity: 0;
|
|
471
|
-
|
|
469
|
+
.tdt-container .tdt-control-copyright img {
|
|
470
|
+
/* opacity: 0; */
|
|
471
|
+
vertical-align: baseline;
|
|
472
|
+
}
|
|
472
473
|
|
|
473
474
|
html .tdt-label {
|
|
474
475
|
background: transparent;
|