From 0c026f9cb1ccd39690a118af70023fe29f051388 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期一, 14 四月 2025 17:29:38 +0800
Subject: [PATCH] fix:修改项目界面适配

---
 src/views/screen/temperature/graphic/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/screen/temperature/graphic/index.vue b/src/views/screen/temperature/graphic/index.vue
index ef65b59..3fb2e77 100644
--- a/src/views/screen/temperature/graphic/index.vue
+++ b/src/views/screen/temperature/graphic/index.vue
@@ -257,7 +257,6 @@
         flex-shrink: 0;
         width: 80%;
         height: 100%;
-        background: linear-gradient(180deg, #91BDDB 0%, rgba(102, 102, 102, 0.5) 100%);
         .graphic-tool {
             width: 100%;
             height: 60px;
@@ -290,6 +289,7 @@
         .graphic-box{
             height: calc(100% - 60px);
             padding: 10px 30px;
+            background: linear-gradient(180deg, #91BDDB 0%, rgba(102, 102, 102, 0.5) 100%);
             .chartList{
                 height: 100%;
                 display: flex;

--
Gitblit v1.9.3