1
shuishen
2022-12-14 05da59fd9d1450fb6f13f678dcde79f3ac29a40d
1
2 files modified
18 ■■■■ changed files
src/views/home/components/leftContainer.vue 7 ●●●● patch | view | raw | blame | history
src/views/home/components/rightContainer.vue 11 ●●●● patch | view | raw | blame | history
src/views/home/components/leftContainer.vue
@@ -901,12 +901,12 @@
<style scoped lang="scss">
.container {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    .person-box {
        height: 300px;
        .word {
            color: #fff;
@@ -938,14 +938,12 @@
        }
    }
    .land-box {
        height: 300px;
    }
    .person-box,
    .house-box,
    .land-box {
        margin: 8px;
        flex: 1;
        display: flex;
        flex-direction: column;
        // background: $bg-color;
@@ -1040,7 +1038,6 @@
    }
    .house-box {
        flex: 1;
        margin-top: 0;
        margin-bottom: 0;
src/views/home/components/rightContainer.vue
@@ -725,22 +725,16 @@
<style scoped lang="scss">
.container {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    .case-box {
        height: 300px;
    }
    .crowd-box {
        height: 300px;
    }
    .case-box,
    .alert-box,
    .crowd-box {
        margin: 8px;
        flex: 1;
        display: flex;
        flex-direction: column;
        // background: $bg-color;
@@ -877,7 +871,6 @@
    }
    .alert-box {
        flex: 1;
        margin-top: 0;
        margin-bottom: 0;