checkBox.less 168 Bytes
Newer Older
张烨's avatar
张烨 committed
1 2 3 4 5 6 7 8 9 10 11 12
.box{
  display: flex;
  padding: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.check{
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 150px;
  padding-bottom: 10px;
}