From dceb72fca4e58b47fdbb5b9e0104830042300f92 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 22 Oct 2025 20:36:51 +0800
Subject: [PATCH] 经开分局清理合同外的内容

---
 src/views/home/components/bottomContainer.vue |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/views/home/components/bottomContainer.vue b/src/views/home/components/bottomContainer.vue
index 517559c..1954922 100644
--- a/src/views/home/components/bottomContainer.vue
+++ b/src/views/home/components/bottomContainer.vue
@@ -10,7 +10,7 @@
 -->
 <template>
   <div class="container">
-    <div class="box">
+    <!-- <div class="box">
       <div class="header">
         <div class="bottom-title">警情动态</div>
         <div class="timeTab" v-show="historytype">
@@ -62,8 +62,7 @@
           </li>
         </ul>
 
-        <!-- <vue-seamless-scroll v-if="policeSituationRealtimeArr.length > 0" :data="policeSituationRealtimeArr" class="warp" :class-option="classOption"> -->
-        <div v-if="policeSituationRealtimeArr.length > 0" :data="policeSituationRealtimeArr" class="warp"
+         <div v-if="policeSituationRealtimeArr.length > 0" :data="policeSituationRealtimeArr" class="warp"
           :class-option="classOption">
           <el-carousel indicator-position="none" direction="vertical" @change="changeAlarm">
             <el-carousel-item v-for="item in alarmPageCount" :key="item">
@@ -86,9 +85,6 @@
             </el-carousel-item>
           </el-carousel>
         </div>
-
-        <!-- </vue-seamless-scroll> -->
-
         <div class="warp no-data" v-else>暂无警情数据</div>
       </div>
 
@@ -118,7 +114,7 @@
             :current-page="currentPage" @current-change="handleCurrentChange"></el-pagination>
         </div>
       </div>
-    </div>
+    </div> -->
 
     <svg class="border-svg">
       <defs>
@@ -590,7 +586,7 @@
   position: relative;
   height: 100%;
   width: 100%;
-  background-image: url(/img/box/bottom-box.png);
+  // background-image: url(/img/box/bottom-box.png);
   background-size: 100% 100%;
   background-repeat: no-repeat;
 

--
Gitblit v1.9.3