taskScheduling.less 401 Bytes
Newer Older
1 2 3 4 5
.container{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
shaoan123's avatar
shaoan123 committed
6 7
.predict{
    display: flex;
8 9 10
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
shaoan123's avatar
shaoan123 committed
11 12 13 14 15
}
.tileBtn{
    display: flex;
    justify-content: flex-end;
    width: 100%;
16
    padding: 2rem 1rem 2rem 0;
17 18 19 20 21 22
}
.corn{
    cursor: pointer;
    margin-left:1rem;
    text-decoration: underline;
    width: 8rem;
shaoan123's avatar
shaoan123 committed
23
}