#
luxiaotao1123
2020-11-23 fdbb8e72ceab7707794d854a87484e138804cc87
src/main/webapp/views/monitor/monitor.html
@@ -216,7 +216,7 @@
                                <div class="item-img" id="img-2" style="background-color: gold"></div>
                                <div class="item-img" id="img-3" style="background-color: green"></div>
                                <div class="item-img" id="img-4" style="background-color: white"></div>
                                <div class="item-img" id="img-5" style="background-color: darkgoldenrod"></div>
<!--                                <div class="item-img" id="img-5" style="background-color: darkgoldenrod"></div>-->
                            </div>
                        </div>
@@ -380,6 +380,7 @@
            ,width: '100%' //设置容器宽度
            ,arrow: 'hover' // 切换箭头默认显示状态,可选值为 hover(悬停显示) always(始终显示) none(始终不显示)
            ,interval: '3000' // 自动切换的时间间隔,单位:ms(毫秒),不能低于800
            ,anim: 'fade'
        });
    });