new-map
ihzero 2022-11-24 16:02:58 +08:00
parent 6ffdd3b29d
commit d1748bfe33
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
</div> </div>
<div class="mt-6px"> <div class="mt-6px">
<span class="text-28px font-bold">{{ data.value }}</span> <span class="text-28px font-bold">{{ data.value }}</span>
<span class="ml-10px text-14px">{{ data.unit }}</span> <span class="ml-4px text-14px">{{ data.unit }}</span>
</div> </div>
</div> </div>
</template> </template>

View File

@ -1,11 +1,11 @@
<template> <template>
<PageWrapper> <PageWrapper :contentStyle="{ margin: '16px 0' }">
<a-card title="全市数据统计" class="px-16px"> <a-card title="全市数据统计" class="px-16px">
<template #extra> <template #extra>
<a-button size="small" @click="handleCensus"></a-button> <a-button size="small" @click="handleCensus"></a-button>
</template> </template>
<a-card-grid <a-card-grid
class="!md:w-1/3 !xl:w-1/7 !w-full" class="!md:w-1/3 !xl:w-1/7 !w-full !py-24px !px-10px"
v-for="(item, index) in CityDate" v-for="(item, index) in CityDate"
:key="index" :key="index"
> >

View File

@ -218,8 +218,8 @@
getAmonitoringData, getAmonitoringData,
} from '/@/api/sys/user' } from '/@/api/sys/user'
const RadioButton = Radio.Button
const RadioGroup = Radio.Group const RadioGroup = Radio.Group
const RadioButton = Radio.Button
const formRef = ref<FormInstance>() const formRef = ref<FormInstance>()
const formState = reactive({ const formState = reactive({
base_id: undefined, // base_id: undefined, //