File size: 809 Bytes
3927930
d4bff6a
 
 
f9e19e4
 
 
 
3927930
 
f372e89
3927930
 
 
 
 
 
 
 
f372e89
 
71d280d
 
 
 
 
f372e89
 
 
 
 
 
3927930
 
71d280d
f372e89
 
 
 
 
3927930
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f9e19e4
f372e89
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.searchPage {
  .card {
    width: 100%;
  }
  .tag {
    padding: 4px 8px;
    font-size: 14px;
  }
}

.searchSide {
  // height: calc(100vh - 72px);
  position: relative;
  // position: fixed !important;
  // top: 72px;
  // bottom: 0;
  :global(.ant-layout-sider-children) {
    height: auto;
  }
  inset-inline-start: 0;

  .modelForm {
    display: flex;
    padding: 24px;
  }

  .checkGroup {
    width: 100%;
    height: 100%;
  }
  .list {
    width: 100%;
    // height: 100%;
    height: calc(100vh - 152px);
    overflow: auto;
  }
  .checkbox {
    width: 100%;
  }
  .knowledgeName {
    width: 130px;
  }
}

.content {
  height: 100%;
  .main {
    width: 60%;
    // background-color: aqua;
    overflow: auto;
    padding: 10px;
  }

  .graph {
    width: 40%;
    padding-right: 10px;
  }
}