Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

index.less 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. .pagePdfWrapper {
  13. width: 60%;
  14. }
  15. .pageWrapper {
  16. width: 100%;
  17. }
  18. .pageContent {
  19. flex: 1;
  20. width: 100%;
  21. padding-right: 12px;
  22. overflow-y: auto;
  23. .spin {
  24. min-height: 400px;
  25. }
  26. }
  27. .documentPreview {
  28. width: 40%;
  29. height: 100%;
  30. }
  31. .chunkContainer {
  32. display: flex;
  33. height: calc(100vh - 332px);
  34. }
  35. .chunkOtherContainer {
  36. width: 100%;
  37. }
  38. .pageFooter {
  39. padding-top: 10px;
  40. height: 32px;
  41. }
  42. }
  43. .container {
  44. height: 100px;
  45. display: flex;
  46. flex-direction: column;
  47. justify-content: space-between;
  48. .content {
  49. display: flex;
  50. justify-content: space-between;
  51. .context {
  52. flex: 1;
  53. // width: 207px;
  54. height: 88px;
  55. overflow: hidden;
  56. }
  57. }
  58. .footer {
  59. height: 20px;
  60. .text {
  61. margin-left: 10px;
  62. }
  63. }
  64. }
  65. .card {
  66. :global {
  67. .ant-card-body {
  68. padding: 10px;
  69. margin: 0;
  70. }
  71. margin-bottom: 10px;
  72. }
  73. cursor: pointer;
  74. }