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/leftContainer.vue | 21 +++++++++++++++------
1 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/src/views/pac/components/leftContainer.vue b/src/views/pac/components/leftContainer.vue
index 0781c33..b6fad8b 100644
--- a/src/views/pac/components/leftContainer.vue
+++ b/src/views/pac/components/leftContainer.vue
@@ -19,30 +19,39 @@
<div class="data box">
<title-box>
<template #titleName>
- 数据概览
+ <!-- 数据概览2 -->
</template>
</title-box>
<data-content></data-content>
</div>
- <div class="unit box">
+ <!-- <div class="unit box">
<title-box>
<template #titleName>
入住单位统计
</template>
</title-box>
<unit-content></unit-content>
- </div>
+ </div> -->
- <div class="fire box">
+ <!-- <div class="fire box">
<title-box>
<template #titleName>
实时火警事件
</template>
</title-box>
<fire-content></fire-content>
- </div>
+ </div> -->
</div>
</template>
-<style lang="scss" scoped></style>
\ No newline at end of file
+<style lang="scss" scoped>
+.left-container {
+ background: none;
+ width: 90px;
+}
+
+.left-container>div .title-box {
+ background: none;
+}
+</style>
\ No newline at end of file
--
Gitblit v1.9.3