This commit is contained in:
wangzenghua 2025-04-25 02:45:53 +01:00
parent b30874fa48
commit 13936b8b5b

View File

@ -1,6 +1,5 @@
<template>
<div class="data-home-index">
<el-row style="width: 100%; height: 100%">
<el-row class="data-home-index">
<el-col :span="6" class="left-charts">
<div class="left-charts-item">
<customBack top-title="投入品监管体系建设" :top-postion="'left'">
@ -51,7 +50,6 @@
</div>
</el-col>
</el-row>
</div>
</template>
<script setup>
import centerMap from '@/components/centerMap.vue';
@ -64,6 +62,9 @@ import inputsType from './components/inputsType.vue';
</script>
<style lang="scss" scoped>
.data-home-index {
width: 100%;
height: 100%;
.left-charts {
display: flex;
justify-content: space-around;