You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .chunkPage {
  2. padding: 24px;
  3. display: flex;
  4. height: calc(100vh - 112px);
  5. flex-direction: column;
  6. .filter {
  7. margin: 10px 0;
  8. display: flex;
  9. height: 32px;
  10. justify-content: space-between;
  11. }
  12. .pageContent {
  13. flex: 1;
  14. width: 100%;
  15. padding-right: 12px;
  16. overflow-y: auto;
  17. .spin {
  18. min-height: 400px;
  19. }
  20. }
  21. .pageFooter {
  22. height: 32px;
  23. }
  24. }
  25. .container {
  26. height: 100px;
  27. display: flex;
  28. flex-direction: column;
  29. justify-content: space-between;
  30. .content {
  31. display: flex;
  32. justify-content: space-between;
  33. .context {
  34. flex: 1;
  35. // width: 207px;
  36. height: 88px;
  37. overflow: hidden;
  38. }
  39. }
  40. .footer {
  41. height: 20px;
  42. .text {
  43. margin-left: 10px;
  44. }
  45. }
  46. }
  47. .card {
  48. :global {
  49. .ant-card-body {
  50. padding: 10px;
  51. margin: 0;
  52. }
  53. margin-bottom: 10px;
  54. }
  55. cursor: pointer;
  56. }