This commit is contained in:
李想 2025-04-24 13:43:14 +08:00
parent 58f934bdca
commit 968a0412b7
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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">