index.less 183 B

123456789101112131415
  1. .tittle{
  2. font-size: 20px;
  3. text-align: center;
  4. margin-bottom: 20px;
  5. }
  6. .selectlist {
  7. margin-left: 25px;
  8. }
  9. .selectlist>.ant-checkbox-wrapper {
  10. width: 80%;
  11. margin: 5px 0;
  12. }