【类 型】:fix 地图组件 超出容器范围 隐藏
【原 因】:防止拖动地图 乱飘bug 【过 程】:地图组件加 ofh样式 【影 响】:
This commit is contained in:
parent
dc7d998da7
commit
d7730c5893
@ -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;
|
||||||
|
@ -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 />
|
||||||
|
Loading…
Reference in New Issue
Block a user