Soft sail Report (finereport) controls the background color changes

setTimeout(function() {
        $('.fr-trigger-btn-up').css({
                "background-color": "#003399" });
 
}, 100);

 

Guess you like

Origin www.cnblogs.com/Williamls/p/11571586.html