From ea8d78999d3b45fe3e8e438d9c321082b29040ee Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 02 Apr 2021 11:59:24 +0800
Subject: [PATCH] 去除背景色

---
 src/views/supervisoryConsole/data.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/supervisoryConsole/data.vue b/src/views/supervisoryConsole/data.vue
index 79c3f92..7210ae2 100644
--- a/src/views/supervisoryConsole/data.vue
+++ b/src/views/supervisoryConsole/data.vue
@@ -526,13 +526,13 @@
         display: flex;
         margin-top: 44px;
         height: calc(100% - 54px);
-        background: pink;
+        // background: pink;
       }
       .week-device-line {
         display: flex;
         margin-top: 44px;
         height: calc(100% - 54px);
-        background: orange;
+        // background: orange;
       }
     }
     .border-line {

--
Gitblit v1.9.3