|
@@ -6,8 +6,9 @@
|
|
|
enter-active-class="animate__backInLeft"
|
|
|
leave-active-class="animate__backOutLeft"
|
|
|
>
|
|
|
- <div id="toolbar" v-if="isdynamicPlotting" class="panel panel-primary"
|
|
|
- style="position:absolute;z-index: 9999;top:4rem;left: 1rem; border-radius: 4px; width: fit-content;height:635px;overflow-y:scroll;background:#040b1f">
|
|
|
+ <div id="toolbar" v-if="isdynamicPlotting" class="panel panel-primary" v-show="mapToolShowBH" key="mapFlash"
|
|
|
+ style="position:absolute;z-index: 9999;top:4rem;left: 1rem; border-radius: 4px; width: fit-content;height:635px;overflow-y:scroll;background:#040b1f">
|
|
|
+
|
|
|
<div class="panel-heading" id="panelheading">
|
|
|
<h5 style=" color: #2bacf7;font-size: 1rem;padding:.5rem;">鼠标标绘</h5>
|
|
|
</div>
|
|
@@ -318,6 +319,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
props: {
|
|
|
+ mapToolShowBH:false,
|
|
|
+
|
|
|
mapDiv: null,
|
|
|
codes: null,
|
|
|
mapSite: {},
|