shuishen
2022-09-22 3619082d5d70b0363df94113844e83cb0e00ee3e
src/styles/base/index.scss
@@ -80,4 +80,21 @@
            flex: 1;
        }
    }
}
.phone-details-box {
    .el-dialog {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        width: 320px;
        height: 220px;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
        .el-dialog__body {
            flex: 1;
        }
    }
}