优化样式

This commit is contained in:
BianLzhaoMin 2025-07-22 17:22:51 +08:00
parent 42735cc9fe
commit fcdce869e1
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ import AddOrEditMarkerForm from './modal-content/add-or-edit-marker-form.vue'
import FlvPlayer from '@/components/FlvPlayer/index.vue'
const presetSettingVisible = ref(false) //
const addMarkerVisible = ref(true) //
const addMarkerVisible = ref(false) //
const inspectionTaskVisible = ref(false) //
const addInspectionTaskVisible = ref(false) //
const markerInfo = ref({}) //

View File

@ -108,7 +108,7 @@ onMounted(async () => {
.map-switch-btn {
position: absolute;
right: 4px;
top: 4px;
top: -36px;
}
}
}