app-simpleflex-container.less 186 字节
.app-simpleflex-container{
    width: 100%;
    height: 100%;
    display: flex;
    border: 1px solid blue;
    .simpleflex-item__pos{
        height: 100%;
        width: 100%;
    }
}