【类 型】:fix 地图组件 超出容器范围 隐藏

【原  因】:防止拖动地图 乱飘bug
【过  程】:地图组件加 ofh样式
【影  响】:
This commit is contained in:
szdot 2024-07-22 03:38:47 +08:00
parent dc7d998da7
commit d7730c5893
2 changed files with 5 additions and 1 deletions

View File

@ -62,6 +62,10 @@ label {
font-weight: 700; font-weight: 700;
} }
.disno{
display: none;
}
.animation { .animation {
-webkit-transition: all 0.2s ease; -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease; -moz-transition: all 0.2s ease;

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="h-100"> <div class="h-100">
<map-box ref="mapbox" :key="mapBoxKey"> <map-box ref="mapbox" :key="mapBoxKey" class="ofh">
<template #content> <template #content>
<!-- <PlaneStatus :plane="plane" /> --> <!-- <PlaneStatus :plane="plane" /> -->
<As /> <As />