toolBar.less 1.1 KB

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