addForm.less 889 Bytes
Newer Older
1
.formStyle {
张烨's avatar
张烨 committed
2
  margin-bottom: 40px;
邓超's avatar
邓超 committed
3
  padding-bottom: 30px;
Maofei94's avatar
Maofei94 committed
4 5
}

6
.rolebox {
Maofei94's avatar
Maofei94 committed
7 8 9
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
}
.cardItemData {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 1rem;
  border: 1px solid #b5b8c8;
  margin-bottom: 1rem;
  overflow-x: scroll;
}
.divBox {
  // display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid #c2cdfd;
  border-radius: 5px;
  margin-top: 20px;
  min-height: 50px;
  padding: 0 10px 10px 20px;
  .ant-checkbox-wrapper {
    background-color: #fff;
  }
  .topCheckbox {
    height: 20px;
    margin: -10px 0 0 0px;
    line-height: 20px;
  }
  .topCheckbox > label :hover {
    font-weight: 600;
  }
  .checkdiv {
    display: flex;
    flex-wrap: wrap;
    // margin-left: 20px;
    // justify-content: space-between;
  }
}
.boe {
  border: 1px solid #d9d9d9;
49
  width: 100%;
50
}