This commit is contained in:
wangzenghua 2025-04-24 04:58:39 +01:00
parent 50bc05ccff
commit e6a7c077ee

View File

@ -1,6 +1,5 @@
<template> <template>
<div class="data-home-index"> <el-row style="width: 100%; height: 100%" class="data-home-index">
<el-row style="width: 100%; height: 100%">
<el-col :span="6" class="left-charts"> <el-col :span="6" class="left-charts">
<div class="left-charts-item"> <div class="left-charts-item">
<customBack top-title="耕地面积统计" :top-postion="'left'"> <customBack top-title="耕地面积统计" :top-postion="'left'">
@ -51,7 +50,6 @@
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
</div>
</template> </template>
<script setup> <script setup>
import centerMap from '@/components/centerMap.vue'; import centerMap from '@/components/centerMap.vue';
@ -61,7 +59,6 @@ import landareaCharts from './components/landareaCharts.vue';
import landCirculation from './components/landCirculation.vue'; import landCirculation from './components/landCirculation.vue';
import landPlan from './components/landPlan.vue'; import landPlan from './components/landPlan.vue';
import landPatrol from './components/landPatrol.vue'; import landPatrol from './components/landPatrol.vue';
import { reactive } from 'vue';
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.data-home-index { .data-home-index {