From 5890a81be95fe65622c605083b1808b6997d4417 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 07 九月 2022 14:30:56 +0800 Subject: [PATCH] Default Changelist --- 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