shuishen
2024-01-29 dc1e4fb2aec77fbbdbf3ef763c17e742df99c992
src/styles/avue-ui.scss
@@ -70,21 +70,24 @@
        justify-content: space-between;
        .echarts-cell:nth-child(1),
        .echarts-cell:nth-child(2) {
            height: 300px;
            width: calc(50% - 5px);
        }
        // .echarts-cell:nth-child(1),
        // .echarts-cell:nth-child(2) {
        //     height: 300px;
        //     width: calc(50% - 5px);
        // }
        .echarts-cell:nth-child(3),
        .echarts-cell:nth-child(4),
        .echarts-cell:nth-child(5) {
            margin-top: 10px;
            height: 300px;
            width: calc((100% / 3) - 6.66px);
        }
        // .echarts-cell:nth-child(3),
        // .echarts-cell:nth-child(4),
        // .echarts-cell:nth-child(5) {
        //     margin-top: 10px;
        //     height: 300px;
        //     width: calc((100% / 3) - 6.66px);
        // }
        .echarts-cell {
            margin: 0 5px;
            height: 300px;
            width: calc(20% - 10px);
            display: flex;
            flex-direction: column;
            background: #fff;
@@ -104,4 +107,16 @@
        padding: 10px;
        background: #fff;
    }
}
.cur-house-hold-supervision-page {
    .echarts-cell:nth-child(1) {
        width: 0;
        flex: 1;
    }
    .echarts-cell:nth-child(2) {
        width: 0;
        flex: 2;
    }
}