BaseConfig.less 133 Bytes
Newer Older
mayongxin's avatar
mayongxin committed
1 2 3 4 5 6 7
.base_container{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;   
}