离线地图页面改造完成、下一步完成在线地图页面的代码同步
This commit is contained in:
parent
26780c7f06
commit
0645598eb3
|
@ -11,11 +11,11 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import fullScreenContainer from '@/components/fullScreenContainer.vue'
|
import fullScreenContainer from '@/components/fullScreenContainer.vue'
|
||||||
import zhCN from 'ant-design-vue/es/locale/zh_CN'
|
import zhCN from 'ant-design-vue/es/locale/zh_CN'
|
||||||
import { useLoadingStore } from '@/stores/modules/loadingStore'
|
import {useLoadingStore} from '@/stores/modules/loadingStore'
|
||||||
import { storeToRefs } from 'pinia'
|
import {storeToRefs} from 'pinia'
|
||||||
|
|
||||||
const loadingStore = useLoadingStore()
|
const loadingStore = useLoadingStore()
|
||||||
const { loading, loadingMessage } = storeToRefs(loadingStore)
|
const {loading, loadingMessage} = storeToRefs(loadingStore)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
@ -126,6 +126,8 @@ body {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
// width: 50px;
|
||||||
|
// height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markerClass > div {
|
.markerClass > div {
|
||||||
|
|
Loading…
Reference in New Issue