This commit is contained in:
fl 2025-07-24 21:18:46 +08:00
parent 7c9e376db1
commit 36425978e4
2 changed files with 12 additions and 11 deletions

View File

@ -382,7 +382,7 @@ function getGisOption(gisData) {
{
name: '标准值',
type: 'bar',
data: [25, 50, 0.10],
data: [25, 50, 0.50],
itemStyle: {
color: '#94a3b8'
}

View File

@ -83,16 +83,9 @@
</nav>
<main class="max-w-[1440px] mx-auto px-6 pt-20">
<div class="h-4"></div>
<div class="grid grid-cols-3 gap-6">
<div class="bg-[#002628] rounded-lg shadow-sm p-6 border border-[#004446]">
<h3 class="text-lg font-medium mb-6 text-[#00C6BE]">GIS 无尘化安装监测</h3>
<div id="gisChart" class="w-full h-[300px]"></div>
</div>
<div class="bg-[#002628] rounded-lg shadow-sm p-6 border border-[#004446]">
<h3 class="text-lg font-medium mb-6 text-[#00C6BE]">有限空间监测</h3>
<div id="spaceChart" class="w-full h-[300px]"></div>
</div>
<div class="bg-[#002628] rounded-lg shadow-sm p-6 border border-[#004446]">
<div class="grid grid-cols-4 gap-6">
<div class="col-span-2 bg-[#002628] rounded-lg shadow-sm p-6 border border-[#004446]">
<h3 class="text-lg font-medium mb-6 text-[#00C6BE]">实时数据</h3>
<div class="grid grid-cols-2 gap-3">
<div class="p-3 rounded-lg bg-[#003436] border border-[#004446]">
@ -139,6 +132,14 @@
</div>
</div>
</div>
<div class="col-span-1 bg-[#002628] rounded-lg shadow-sm p-6 border border-[#004446]">
<h3 class="text-lg font-medium mb-6 text-[#00C6BE]">GIS 无尘化安装监测</h3>
<div id="gisChart" class="w-full h-[300px]"></div>
</div>
<div class="col-span-1 bg-[#002628] rounded-lg shadow-sm p-6 border border-[#004446]">
<h3 class="text-lg font-medium mb-6 text-[#00C6BE]">有限空间监测</h3>
<div id="spaceChart" class="w-full h-[300px]"></div>
</div>
</div>
<div class="h-6"></div>
<div class="grid grid-cols-12 gap-6">