list.less 184 Bytes
Newer Older
duanledexianxianxian's avatar
sync  
duanledexianxianxian committed
1 2 3 4 5 6 7 8 9 10 11 12 13
.root{
  display: flex;
  flex-direction: column;
  .row{
    display: flex;
    justify-content: space-between;
    padding: 0px 8px;
    img{
      padding: 4px 4px;
    }
    
  }
}