| applications/mobile-web-view/src/appComponents/workMap/index.vue | ●●●●● patch | view | raw | blame | history | |
| applications/mobile-web-view/src/appDataSource/appwork/positioning1.svg | ●●●●● patch | view | raw | blame | history | |
| uniapps/work-app/src/subPackages/workDetail/index.vue | ●●●●● patch | view | raw | blame | history |
applications/mobile-web-view/src/appComponents/workMap/index.vue
@@ -12,7 +12,7 @@ <script setup> import { searchGeocoder } from '@/utils/util' import mapnavIcon from '@/appDataSource/appwork/mapnav.svg' import incidentPoint from '@/appDataSource/appwork/positioning.svg' import incidentPoint from '@/appDataSource/appwork/positioning1.svg' import userLocationIcon from '@/appDataSource/leafletMapIcon/user-location.svg' import locationIcon from '@/appDataSource/leafletMapIcon/location-icon.svg' import { useStore } from 'vuex' applications/mobile-web-view/src/appDataSource/appwork/positioning1.svg
New file @@ -0,0 +1,10 @@ <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="Frame" clip-path="url(#clip0_109_1462)"> <path id="Vector" d="M11.9166 19.4328C9.73119 19.1548 7.73368 18.055 6.33004 16.357C4.9264 14.659 4.22197 12.4903 4.35992 10.2916C4.49788 8.09294 5.46786 6.02927 7.07273 4.52007C8.67759 3.01087 10.7969 2.16939 12.9999 2.16666C15.2056 2.16502 17.329 3.00444 18.9373 4.51389C20.5456 6.02334 21.5179 8.08923 21.656 10.2906C21.7942 12.492 21.0877 14.6632 19.6807 16.3619C18.2736 18.0605 16.2719 19.1588 14.0833 19.4328V21.6797C18.3581 21.7793 21.6666 22.4629 21.6666 23.2917C21.6666 24.1887 17.7861 24.9167 12.9999 24.9167C8.21375 24.9167 4.33325 24.1887 4.33325 23.2917C4.33325 22.4629 7.64175 21.7793 11.9166 21.6797V19.4328ZM12.9999 13C13.5746 13 14.1257 12.7717 14.532 12.3654C14.9383 11.9591 15.1666 11.408 15.1666 10.8333C15.1666 10.2587 14.9383 9.70759 14.532 9.30126C14.1257 8.89493 13.5746 8.66666 12.9999 8.66666C12.4253 8.66666 11.8742 8.89493 11.4679 9.30126C11.0615 9.70759 10.8333 10.2587 10.8333 10.8333C10.8333 11.408 11.0615 11.9591 11.4679 12.3654C11.8742 12.7717 12.4253 13 12.9999 13Z" fill="#FF2121"/> </g> <defs> <clipPath id="clip0_109_1462"> <rect width="26" height="26" fill="white"/> </clipPath> </defs> </svg> uniapps/work-app/src/subPackages/workDetail/index.vue
@@ -276,6 +276,8 @@ </script> <style lang="scss" scoped> .workDetailContainer { // 添加导航栏高度的padding-top,避免内容被遮挡 padding-top: 44px; // 分享按钮样式 .share-btn { color: #1D6FE9;