style.less 839 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .CheckUnitClassficationMana {
  2. padding: 16px;
  3. background: #FFFFFF;
  4. border-radius: 4px;
  5. .toolBar {
  6. display: flex;
  7. flex-direction: row;
  8. justify-content: space-between;
  9. align-items: center;
  10. .filter {
  11. display: flex;
  12. flex-direction: row;
  13. justify-content: flex-start;
  14. align-items: center;
  15. .filterItem {
  16. display: flex;
  17. flex-direction: row;
  18. justify-content: center;
  19. align-items: center;
  20. }
  21. }
  22. .btnGroup {
  23. .add {
  24. cursor: pointer;
  25. display: inline-block;
  26. font-size: 14px;
  27. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  28. font-weight: 400;
  29. color: #FFFFFF;
  30. line-height: 24px;
  31. padding: 0 14px;
  32. background: #3377FF;
  33. border-radius: 4px;
  34. }
  35. }
  36. }
  37. }