toolBar.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .filterbar-tag-close {
  2. margin-left: 10px;
  3. }
  4. .content-header {
  5. height: auto;
  6. .toolbar {
  7. display: flex;
  8. justify-content: space-between;
  9. height: auto;
  10. line-height: 100%;
  11. margin-bottom: 6px;
  12. .filters {
  13. .filter-tag {
  14. border-style: dashed;
  15. margin: 6px 2px 0 2px;
  16. }
  17. .filter-tag-using {
  18. border-style: solid;
  19. border-color: #1890FF;
  20. background-color: #1890ff;
  21. color: white;
  22. i {
  23. color: white;
  24. }
  25. }
  26. .filter-tag-add {
  27. background-color: white;
  28. border-style: solid;
  29. }
  30. }
  31. .tools {
  32. .tools-button {
  33. margin-top: 6px;
  34. }
  35. }
  36. }
  37. }
  38. .filter-box {
  39. max-height: 80vh;
  40. width: 50%;
  41. .ant-modal-content {
  42. max-height: 100vh;
  43. .ant-modal-body {
  44. padding: 6px;
  45. max-height: 60vh;
  46. overflow: auto;
  47. }
  48. }
  49. }