shuishen
2022-09-20 766f723bfd78dc2861474dcb4e0c002ddf165709
src/styles/base/index.scss
@@ -53,4 +53,21 @@
        left: auto !important;
        right: 240px;
    }
}
.resident-details-box {
    .el-dialog {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        width: 320px;
        height: 260px;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        .el-dialog__body {
            flex: 1;
        }
    }
}