【类 型】:

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
szdot 2024-07-24 21:39:19 +08:00
parent d7730c5893
commit ddbefc3bd8
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="flex column mr mac" style="height: 100%;" id="mainBox"> <div class="flex column mr mac w-100 h-100" id="mainBox">
<div class="content" :class="isContainerVisible ? 'slide-in' : ''"> <div class="content" :class="isContainerVisible ? 'slide-in' : ''">
<p>这里是隐藏的容器内容可以根据需要添加更多内容</p> <p>这里是隐藏的容器内容可以根据需要添加更多内容</p>
<p>这里是隐藏的容器内容可以根据需要添加更多内容</p> <p>这里是隐藏的容器内容可以根据需要添加更多内容</p>
@ -30,6 +30,7 @@
<div class="flex1 item" style="height: 100%; background-color: antiquewhite;" @click="showContainer">4</div> <div class="flex1 item" style="height: 100%; background-color: antiquewhite;" @click="showContainer">4</div>
</div> </div>
</div> </div>
</template> </template>
<script> <script>
@ -42,8 +43,7 @@ export default {
}, },
methods: { methods: {
showContainer () { showContainer () {
this.isContainerVisible = true this.isContainerVisible = !this.isContainerVisible
console.log('hello')
} }
} }
} }

View File

@ -1,9 +1,9 @@
<template> <template>
<div class="h-100"> <div class="h-100">
<map-box ref="mapbox" :key="mapBoxKey" class="ofh"> <map-box ref="mapbox" :key="mapBoxKey">
<template #content> <template #content>
<!-- <PlaneStatus :plane="plane" /> --> <!-- <PlaneStatus :plane="plane" /> -->
<As /> <As style="position:absolute;" />
<!-- <ControllerTabs :plane="plane" @mapXOffset="mapXOffset" @makeRoute="makeRoute" @clearRoute="clearRoute" /> --> <!-- <ControllerTabs :plane="plane" @mapXOffset="mapXOffset" @makeRoute="makeRoute" @clearRoute="clearRoute" /> -->
</template> </template>
</map-box> </map-box>

View File

@ -2,7 +2,7 @@
<div class="h-100"> <div class="h-100">
<map-box ref="mapbox"> <map-box ref="mapbox">
<template #content> <template #content>
<el-row class="w-40 m-t-20 m-l-20"> <el-row class="w-40 m-t-20 m-l-20" style="position: absolute;">
<el-col :span="24"> <el-col :span="24">
<el-container> <el-container>
<el-header height="42px" class="l-h-42 p-l-10 p-r-10 border border-b-n"> <el-header height="42px" class="l-h-42 p-l-10 p-r-10 border border-b-n">