优化样式
This commit is contained in:
parent
42735cc9fe
commit
fcdce869e1
|
|
@ -86,7 +86,7 @@ import AddOrEditMarkerForm from './modal-content/add-or-edit-marker-form.vue'
|
||||||
|
|
||||||
import FlvPlayer from '@/components/FlvPlayer/index.vue'
|
import FlvPlayer from '@/components/FlvPlayer/index.vue'
|
||||||
const presetSettingVisible = ref(false) // 预置位配置
|
const presetSettingVisible = ref(false) // 预置位配置
|
||||||
const addMarkerVisible = ref(true) // 新增预置点位
|
const addMarkerVisible = ref(false) // 新增预置点位
|
||||||
const inspectionTaskVisible = ref(false) // 巡视任务
|
const inspectionTaskVisible = ref(false) // 巡视任务
|
||||||
const addInspectionTaskVisible = ref(false) // 新增巡视任务
|
const addInspectionTaskVisible = ref(false) // 新增巡视任务
|
||||||
const markerInfo = ref({}) // 新增预置点位信息
|
const markerInfo = ref({}) // 新增预置点位信息
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@ onMounted(async () => {
|
||||||
.map-switch-btn {
|
.map-switch-btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 4px;
|
right: 4px;
|
||||||
top: 4px;
|
top: -36px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue