index.less 218 Bytes
.pageContent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    .container {
        width: 100%;
        height: 100%;
        position: relative;
    }
}