|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div v-bind:id="mapDivId" ref="map" style="width: 100%; height: 100%;background: none;">
|
|
|
<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:55vh;overflow-y:scroll;background:#040b1f">
|
|
|
+ style="position:absolute;z-index: 9999;top:4rem;left: 1rem; border-radius: 4px; width: fit-content;height:400px;overflow-y:scroll;background:#040b1f">
|
|
|
<div class="panel-heading" id="panelheading">
|
|
|
<h5 style=" color: #2bacf7;font-size: 1rem;padding:.5rem;">鼠标标绘</h5>
|
|
|
</div>
|