From 9a37c5e1b2190c3f6ec71483923922189091dd52 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 18 Dec 2024 09:42:01 +0800
Subject: [PATCH] 事件模拟更新
---
src/views/pac/components/rightContainer.vue | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/views/pac/components/rightContainer.vue b/src/views/pac/components/rightContainer.vue
index 67eb54e..fe6ac0c 100644
--- a/src/views/pac/components/rightContainer.vue
+++ b/src/views/pac/components/rightContainer.vue
@@ -20,29 +20,31 @@
<div class="fire-source box">
<title-box>
<template #titleName>
- 火警事件来源
+ <!-- 一级防控 -->
+ <!-- 二级防控 -->
+ <!-- 三级防控 -->
</template>
</title-box>
<fire-source></fire-source>
</div>
- <div class="occur-statistics box">
+ <!-- <div class="occur-statistics box">
<title-box>
<template #titleName>
易发区统计
</template>
</title-box>
<fire-trend></fire-trend>
- </div>
+ </div> -->
- <div class="fire-trend box">
+ <!-- <div class="fire-trend box">
<title-box>
<template #titleName>
火警上报趋势
</template>
</title-box>
<occur-statistics></occur-statistics>
- </div>
+ </div> -->
</div>
</template>
@@ -57,6 +59,7 @@
width: 440px;
height: 100%;
pointer-events: auto;
+ // background: none;
.box {
margin-top: 20px;
--
Gitblit v1.9.3