From a07f79573d52f61ba6ec97766e9abc12309eadee Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 17 Dec 2024 19:05:58 +0800
Subject: [PATCH] 事件模拟更新
---
src/views/survey/components/rightContainer.vue | 80 +++++++++++++---------------------------
1 files changed, 26 insertions(+), 54 deletions(-)
diff --git a/src/views/survey/components/rightContainer.vue b/src/views/survey/components/rightContainer.vue
index 67eb54e..099cf8b 100644
--- a/src/views/survey/components/rightContainer.vue
+++ b/src/views/survey/components/rightContainer.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2023-03-10 15:27:59
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-10-26 14:49:05
+ * @LastEditTime: 2024-11-05 17:46:24
* @FilePath: \bigScreen\src\views\survey\components\rightContainer.vue
* @Description:
*
@@ -11,76 +11,48 @@
<script setup>
import fireSource from './box/fireSource.vue'
import fireTrend from './box/fireTrend.vue'
-import occurStatistics from './box/occurStatistics.vue'
-import publicContent from './box/publicContent.vue'
+// import occurStatistics from './box/occurStatistics.vue'
+// import publicContent from './box/publicContent.vue'
</script>
<template>
+ <div class="mt-10 w100 h100 flex f-d-c a-i-c j-c-s-p"></div>
+
<div class="right-container">
- <div class="fire-source box">
+ <div class="box">
<title-box>
<template #titleName>
- 火警事件来源
+ 园区简介
</template>
</title-box>
- <fire-source></fire-source>
+ <div class="content-box">
+ <fire-source></fire-source>
+ </div>
</div>
- <div class="occur-statistics box">
- <title-box>
- <template #titleName>
- 易发区统计
- </template>
- </title-box>
- <fire-trend></fire-trend>
- </div>
-
- <div class="fire-trend box">
+ <!-- <div class="fire-trend box">
<title-box>
<template #titleName>
火警上报趋势
</template>
</title-box>
<occur-statistics></occur-statistics>
+ </div> -->
+
+
+ <div class="h0 flex-1 box">
+ <title-box>
+ <template #titleName>
+ 企业名录
+ </template>
+ </title-box>
+ <div class="content-box">
+ <fire-trend></fire-trend>
+ </div>
</div>
+
+
</div>
</template>
-<style lang="scss" scoped>
-.right-container {
- display: flex;
- flex-direction: column;
- padding: 20px;
- position: absolute;
- top: 0;
- right: 0;
- width: 440px;
- height: 100%;
- pointer-events: auto;
-
- .box {
- margin-top: 20px;
-
- .header {
- height: 32px;
- background: url(/img/bg/sub-title.png) no-repeat;
- }
- }
-
- .fire-source {
- flex: 3;
- }
-
- .occur-statistics {
- flex: 3;
- }
-
- .fire-trend {
- flex: 4;
- }
-
- .box:first-child {
- margin-top: 0;
- }
-}
-</style>
\ No newline at end of file
+<style lang="scss" scoped></style>
\ No newline at end of file
--
Gitblit v1.9.3