
.el-layout {
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;

    &.el-layout-row {
        flex: 1;
        display: flex;
        flex-direction: row;
    }
    &.el-layout-column {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
}



.el-layout-fixed {
    height: 100%;
    overflow: hidden;
}
