guanqb
2022-09-27 7583d1a0b73f274bed7bb43cc8341ed044a5ee3d
src/styles/base/index.scss
@@ -10,6 +10,12 @@
    height: 100%;
}
ul {
    li {
        list-style: none;
    }
}
.deblurring {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
@@ -65,6 +71,23 @@
    }
}
.police-affairs-details-box {
    .el-dialog {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        width: 540px;
        height: 420px;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        .el-dialog__body {
            flex: 1;
        }
    }
}
.resident-details-box {
    .el-dialog {
        margin: 0 !important;