From 5a1616f169d75ece07d2d12a8edac3e5f660a920 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期四, 08 九月 2022 09:36:16 +0800
Subject: [PATCH] 合并

---
 src/views/riskWarningSys/warningBigScreen/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/riskWarningSys/warningBigScreen/index.vue b/src/views/riskWarningSys/warningBigScreen/index.vue
index 164931e..b954ce2 100644
--- a/src/views/riskWarningSys/warningBigScreen/index.vue
+++ b/src/views/riskWarningSys/warningBigScreen/index.vue
@@ -339,8 +339,8 @@
                 }else{
                     document.getElementById('container').setAttribute( "class", 'light' )
                     state.boxBg = '#fff'
-                    state.boxColor = ['#ccc','#333']
-                    state.boxBigColor = ['#666','#fff']
+                    state.boxColor = ['#fff','#ccc']
+                    state.boxBigColor = ['#999','#fff']
                 }
             }
 
@@ -353,8 +353,8 @@
                 }else{
                     window.document.getElementById('container').setAttribute( "class", 'light' );
                     state.boxBg = '#fff'
-                    state.boxColor = ['#ccc','#333']
-                    state.boxBigColor = ['#666','#fff']
+                    state.boxColor = ['#fff','#ccc']
+                    state.boxBigColor = ['#999','#fff']
                 }
             }
 

--
Gitblit v1.9.2