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