From 25faf475cea0b5a50393989aa4e8b7e0b1da8d77 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 28 二月 2024 17:20:27 +0800
Subject: [PATCH] 大屏左侧

---
 src/views/HomeView.vue |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 2b7eb63..a75089f 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -30,6 +30,9 @@
       <Headers />
       <RouterView />
       <MessageContent />
+      <div class="d-bottom">
+
+      </div>
     </div>
   </scale-screen>
   <Setting />
@@ -44,4 +47,14 @@
   background-size: cover;
   background-position: center center;
 }
+.d-bottom{
+  position: relative;
+  //width: 120px;
+  bottom: 140px;
+  height: 80px;
+  background-image: url("@/assets/img/bottombg.png");
+  background-size: cover;
+  background-position: center center;
+  margin-bottom: 4px;
+}
 </style>

--
Gitblit v1.8.0