【类 型】:fix 地图组件 超出容器范围 隐藏
【原 因】:防止拖动地图 乱飘bug 【过 程】:地图组件加 ofh样式 【影 响】:
This commit is contained in:
parent
dc7d998da7
commit
d7730c5893
@ -62,6 +62,10 @@ label {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.disno{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.animation {
|
||||
-webkit-transition: all 0.2s ease;
|
||||
-moz-transition: all 0.2s ease;
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="h-100">
|
||||
<map-box ref="mapbox" :key="mapBoxKey">
|
||||
<map-box ref="mapbox" :key="mapBoxKey" class="ofh">
|
||||
<template #content>
|
||||
<!-- <PlaneStatus :plane="plane" /> -->
|
||||
<As />
|
||||
|
Loading…
Reference in New Issue
Block a user