feta
This commit is contained in:
parent
58f934bdca
commit
968a0412b7
@ -8,7 +8,7 @@
|
|||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted } from 'vue';
|
import { ref } from 'vue';
|
||||||
|
|
||||||
// onMounted(handleNewScale);
|
// onMounted(handleNewScale);
|
||||||
const scale = ref(1);
|
const scale = ref(1);
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<centerMap></centerMap>
|
<!-- <centerMap></centerMap> -->
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6" class="right-charts">
|
<el-col :span="6" class="right-charts">
|
||||||
<div class="right-charts-item">
|
<div class="right-charts-item">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user