From 6834d12277b8f19347150db18baca634a91b2ed8 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 07 九月 2022 09:32:48 +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