diff --git a/package.json b/package.json index 75df9a4..ac41273 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "js-beautify": "1.13.0", "js-cookie": "3.0.1", "jsencrypt": "3.0.0-rc.1", - "leaflet": "^1.5.1", + "leaflet": "^1.9.4", "moment": "^2.29.1", "nprogress": "0.2.0", "postcss-px2rem": "^0.3.0", diff --git a/src/assets/images/icon-reset.png b/src/assets/images/icon-reset.png new file mode 100644 index 0000000..fcee63f Binary files /dev/null and b/src/assets/images/icon-reset.png differ diff --git a/src/assets/images/icon-search.png b/src/assets/images/icon-search.png new file mode 100644 index 0000000..dfa5956 Binary files /dev/null and b/src/assets/images/icon-search.png differ diff --git a/src/views/components/dialog/index.vue b/src/views/components/dialog/index.vue index 639933a..cbcaaaf 100644 --- a/src/views/components/dialog/index.vue +++ b/src/views/components/dialog/index.vue @@ -15,7 +15,15 @@ :width="width" :style="heightStyle" append-to-body - :custom-class="type == 1 ? 'dialog-boxed': type == 2 ? 'dialog-boxed2' : type == 3 ? 'dialog-boxed3' : ''" + :custom-class=" + type == 1 + ? 'dialog-boxed' + : type == 2 + ? 'dialog-boxed2' + : type == 3 + ? 'dialog-boxed3' + : '' + " >