main
徐景良 4 days ago
parent 95b239bc70
commit c7c9d5de51

@ -130,7 +130,7 @@
const pageWidth = document.documentElement.clientWidth;
const width = ref(300);
const height = ref(550);
const left = ref(pageWidth - 620);
const left = ref(0);
const top = ref(100);
const zIndex = ref(props.zIndex);
const data = reactive({

@ -45,8 +45,8 @@
></createWorkPlan>
</div>
<!-- 智能巡检 -->
<div v-if="patrolShow" class="patrol-box">
<Patrol type="plan" @changePatrol="patrolShow = false"/>
<div class="patrol-box" v-if="patrolShow">
<Patrol type="plan" @changePatrol="patrolShow = false"/>
</div>
<!-- 航线库 -->
@ -519,13 +519,11 @@ onMounted(()=>{
.patrol-box{
width:360px;
height: calc( 100vh - 144px);
flex:1;
position: relative;
position:relative;
}
.patrol-box ::v-deep .airport-information{
right: 0;
left: 0;
top: 200px;
top: 0px;
}
</style>

Loading…
Cancel
Save