From d8f73f01aa2649817cf48048162728ea675c724a Mon Sep 17 00:00:00 2001
From: pyt <626651354@qq.com>
Date: 星期五, 21 三月 2025 17:13:52 +0800
Subject: [PATCH] 提交背景图

---
 src/components/datascreen/RightPanel.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/components/datascreen/RightPanel.vue b/src/components/datascreen/RightPanel.vue
index adb5d50..30f2717 100644
--- a/src/components/datascreen/RightPanel.vue
+++ b/src/components/datascreen/RightPanel.vue
@@ -133,23 +133,27 @@
   bottom: 20px;
 
   .panel-item {
-    background: rgba(0,0,255,0.1);
-    border: 1px solid rgba(0,255,255,0.2);
     border-radius: 10px;
   }
 
   .top-panel-item {
     height: 268px;
+    background: url('@/assets/right-top-bg.png') no-repeat center center;
+    background-size: 100% 100%;
   }
 
   .middle-panel-item {
     margin-top: 21px;
     height: 303px;
+    background: url('@/assets/right-middle-bg.png') no-repeat center center;
+    background-size: 100% 100%;
   }
 
   .bottom-panel-item {
     margin-top: 21px;
     height: 335px;
+    background: url('@/assets/right-bottom-bg.png') no-repeat center center;
+    background-size: 100% 100%;
   }
 
   .box-title {

--
Gitblit v1.7.1