diff --git a/src/assets/images/pictureOnMap/titleIcon.png b/src/assets/images/pictureOnMap/titleIcon.png new file mode 100644 index 0000000..e692058 --- /dev/null +++ b/src/assets/images/pictureOnMap/titleIcon.png Binary files differ diff --git a/src/assets/images/pictureOnMap/titleIcon.png b/src/assets/images/pictureOnMap/titleIcon.png new file mode 100644 index 0000000..e692058 --- /dev/null +++ b/src/assets/images/pictureOnMap/titleIcon.png Binary files differ diff --git a/src/components/Map/popup.vue b/src/components/Map/popup.vue index 5e3d732..ec67e7d 100644 --- a/src/components/Map/popup.vue +++ b/src/components/Map/popup.vue @@ -150,7 +150,7 @@ .titleNameIcon { height: 17px; width: 14px; - background: url("@/assets/images/titleIcon.png") no-repeat; + background: url("@/assets/images/pictureOnMap/titleIcon.png") no-repeat; background-size: 100% 100%; margin-left: 10px; }