Browse Source

增加离住数

xiongxing 1 month ago
parent
commit
09e5295933
1 changed files with 12 additions and 1 deletions
  1. 12 1
      src/views/index/components/box1_2.vue

+ 12 - 1
src/views/index/components/box1_2.vue

@@ -93,6 +93,16 @@ import { defineProps} from "vue";
           </div>
         </div>
       </div>
+
+      <div class="box1-item">
+        <img src="@/assets/img/index/box1/img8.png" alt="" />
+        <div class="box1-item-info">
+          <div>离住数</div>
+          <div class="box1-item-num">
+            {{overviewStatisticsData?.leaveCount}}
+          </div>
+        </div>
+      </div>
     </a-flex>
   </div>
 </template>
@@ -103,7 +113,8 @@ import { defineProps} from "vue";
   padding: 17px 27px;
   height: 100%;
   display: flex;
-    align-items: center;
+  align-items: center;
+  margin-top: 15px;
 
   .box1-item {
     display: flex;