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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .searchPage {
  2. .card {
  3. width: 100%;
  4. :global(.ant-card-body) {
  5. padding: 14px;
  6. }
  7. p {
  8. margin: 0;
  9. }
  10. }
  11. .tag {
  12. padding: 4px 8px;
  13. font-size: 14px;
  14. cursor: pointer;
  15. }
  16. }
  17. .searchSide {
  18. // height: calc(100vh - 72px);
  19. position: relative;
  20. // position: fixed !important;
  21. // top: 72px;
  22. // bottom: 0;
  23. :global(.ant-layout-sider-children) {
  24. height: auto;
  25. }
  26. inset-inline-start: 0;
  27. .modelForm {
  28. display: flex;
  29. padding: 24px;
  30. }
  31. .checkGroup {
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .list {
  36. width: 100%;
  37. // height: 100%;
  38. height: calc(100vh - 152px);
  39. overflow: auto;
  40. }
  41. .checkbox {
  42. width: 100%;
  43. }
  44. .knowledgeName {
  45. width: 130px;
  46. }
  47. }
  48. .firstRenderContent {
  49. height: 100%;
  50. }
  51. .content {
  52. height: 100%;
  53. .main {
  54. width: 60%;
  55. // background-color: aqua;
  56. overflow: auto;
  57. padding: 20px 10px 10px;
  58. }
  59. .graph {
  60. width: 40%;
  61. padding: 20px 10px 10px;
  62. }
  63. }
  64. .answerWrapper {
  65. background-color: #e6f4ff;
  66. padding: 14px;
  67. margin-top: 16px;
  68. border-radius: 8px;
  69. & > p {
  70. margin: 0;
  71. }
  72. }
  73. .input() {
  74. :global(.ant-input-affix-wrapper) {
  75. padding: 4px 8px;
  76. border-start-start-radius: 30px !important;
  77. border-end-start-radius: 30px !important;
  78. }
  79. input {
  80. height: 40px;
  81. }
  82. button {
  83. height: 50px !important;
  84. border-start-end-radius: 30px !important;
  85. border-end-end-radius: 30px !important;
  86. }
  87. }
  88. .globalInput {
  89. width: 600px;
  90. .input();
  91. }
  92. .partialInput {
  93. width: 100%;
  94. .input();
  95. }