IotConfig.less 260 Bytes
Newer Older
mayongxin's avatar
mayongxin committed
1 2 3 4 5
.iot_container{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: row;
mayongxin's avatar
mayongxin committed
6 7 8 9 10 11
    justify-content: flex-start;
    .section{
        background-color: #F5F7FA;
        width: 100%;
        height: 20px;
        margin-bottom: 10px;
12

mayongxin's avatar
mayongxin committed
13
    }   
mayongxin's avatar
mayongxin committed
14
}