From 40f2cc4bdc91f63954c8b2bbd351bc650657affc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 12 Nov 2024 14:25:15 +0800
Subject: [PATCH] 配置更改; 图层默认显示调整; 弹窗关闭相关调整;
---
src/views/space/components/leftContainer.vue | 25 +++++++++++--------------
1 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/src/views/space/components/leftContainer.vue b/src/views/space/components/leftContainer.vue
index 0781c33..362a7e7 100644
--- a/src/views/space/components/leftContainer.vue
+++ b/src/views/space/components/leftContainer.vue
@@ -2,8 +2,8 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2023-03-10 15:27:59
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-10-25 18:43:23
- * @FilePath: \bigScreen\src\views\statistics\components\leftContainer.vue
+ * @LastEditTime: 2024-11-09 15:46:30
+ * @FilePath: \bigScreen\src\views\space\components\leftContainer.vue
* @Description:
*
* Copyright (c) 2023 by ${git_name_email}, All Rights Reserved.
@@ -15,17 +15,9 @@
</script>
<template>
- <div class="left-container">
- <div class="data box">
- <title-box>
- <template #titleName>
- 数据概览
- </template>
- </title-box>
- <data-content></data-content>
- </div>
+ <div class="left-container cur-container">
- <div class="unit box">
+ <!-- <div class="unit box">
<title-box>
<template #titleName>
入住单位统计
@@ -41,8 +33,13 @@
</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>
+.cur-container {
+ background: transparent;
+ pointer-events: none;
+}
+</style>
\ No newline at end of file
--
Gitblit v1.9.3