app-simpleflex-container.scss 162 字节
Newer Older
1 2 3 4 5 6 7 8
.app-simpleflex-container{
    width: 100%;
    height: 100%;
    display: flex;
    >.container-item__pos>.app-standard-container {
        height: 100%;
    }
}