智慧园区前端大屏
shuishen
2024-11-12 40f2cc4bdc91f63954c8b2bbd351bc650657affc
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>
<style lang="scss" scoped>
.cur-container {
  background: transparent;
  pointer-events: none;
}
</style>