Admin
2022-11-15 5aa2cc1ebbdd538fbdf4b21862c7f50a4aa09317
src/views/doubleIndex/saftyScreen/components/screen.vue
@@ -735,7 +735,7 @@
                            option.dataZoom[0].startValue = option.dataZoom[0].startValue + 1;
                        }
                        myChart.setOption(option);
                    }, 3000)
                    }, 6000)
                }
                window.addEventListener('resize', myChart.resize);
                setTimeout(()=>{
@@ -1211,7 +1211,7 @@
        .main-cont {
            display: grid;
            grid-template-columns: repeat(3, minmax(100px, 1fr));
            grid-template-rows: repeat(2, 1fr);
            grid-template-rows: repeat(2, calc(50% - 20px));
            grid-auto-flow: row;
            padding: 10px;
            margin-bottom: 20px;
@@ -1253,7 +1253,7 @@
        .main-cont {
            display: grid;
            grid-template-columns: repeat(3, minmax(100px, 1fr));
            grid-template-rows: repeat(2, 1fr);
            grid-template-rows: repeat(2, calc((100% - 35px)/2));
            grid-auto-flow: row;
            padding: 10px;
            margin-bottom: 20px;