@aibee/crc-bmap 0.0.61 → 0.0.62
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/bmap.cjs.min.js +1 -1
- package/lib/bmap.cjs.min.js.map +2 -2
- package/lib/bmap.esm.js +1 -2
- package/lib/bmap.esm.js.map +2 -2
- package/lib/bmap.esm.min.js +1 -1
- package/lib/bmap.esm.min.js.map +2 -2
- package/lib/bmap.min.js +1 -1
- package/lib/bmap.min.js.map +2 -2
- package/package.json +1 -1
package/lib/bmap.esm.js
CHANGED
|
@@ -940,8 +940,7 @@ var Poi = class extends EventDispatcher2 {
|
|
|
940
940
|
initText() {
|
|
941
941
|
const textDiv = document.createElement("div");
|
|
942
942
|
textDiv.appendChild(this.createTextFragment());
|
|
943
|
-
|
|
944
|
-
}
|
|
943
|
+
textDiv.style.textAlign = "center";
|
|
945
944
|
this.textDiv = textDiv;
|
|
946
945
|
return textDiv;
|
|
947
946
|
}
|