zhongrj
2025-11-24 07ab3cd14a4c75b7f196123eafbafaa5fadaefb0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.ion-tasks .list-group .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 20px 0;
 
    &:first-child {
        border-top: 0;
    }
 
    &:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }
 
    .progress {
        margin-bottom: 0;
    }
}