Your Name
2022-09-08 5a1616f169d75ece07d2d12a8edac3e5f660a920
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']
                }
            }