king
2021-06-04 9e60fb89a8b1c8a1d16b557b20b6d0a509f37983
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.check-card-edit-box {
  .card-cell {
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 12px;
    span {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  .card-pic-cell {
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    margin-bottom: 12px;
  }
}