linwe
2025-10-22 dceb72fca4e58b47fdbb5b9e0104830042300f92
src/views/home/components/rightContainer.vue
@@ -1,6 +1,6 @@
<template>
  <div class="container" ref="Container">
    <div class="case-box" ref="caseBox">
    <!-- <div class="case-box" ref="caseBox">
      <div class="box">
        <div class="title" ref="alertBoxTitle">
          <div>值班信息(当日)</div>
@@ -45,9 +45,9 @@
          <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" repeatCount="indefinite" />
        </use>
      </svg>
    </div>
    </div> -->
    <div class="alert-box" ref="alertBox ">
    <!-- <div class="alert-box" ref="alertBox ">
      <div class="box">
        <div class="title">
          警情统计
@@ -81,7 +81,7 @@
          <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" repeatCount="indefinite" />
        </use>
      </svg>
    </div>
    </div> -->
    <!-- <div class="alert-box" ref="alertBox">
            <div class="title" ref="alertBoxTitle">
@@ -111,7 +111,7 @@
            </div>
        </div>-->
    <div class="crowd-box" ref="crowdBox">
    <!-- <div class="crowd-box" ref="crowdBox">
      <div class="box">
        <div class="title">现有设备</div>
        <el-main v-loading="equipmentEchartsLoading" element-loading-text="拼命加载中"
@@ -135,7 +135,7 @@
          <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" repeatCount="indefinite" />
        </use>
      </svg>
    </div>
    </div> -->
  </div>
</template>