schangxiang@126.com
2025-05-21 496f78c085e7f8c5ba261835f9b8bda99c25b4cb
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
/* filepath: /Users/guangguang/Desktop/information-base/src/components/ProjectConfig/ProjectConfig.module.scss */
.projectConfig {
  display: flex;
  gap: 16px; /* 左右框之间的间距 */
  height: 600px;
}
 
.leftPane,
.rightPane {
  width: 50%;
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
 
h3 {
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}
.item {
  margin-bottom: 5px;
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
 
.list {
  display: flex;
  gap: 16px; /* 左右框之间的间距 */
  overflow: auto;
  flex-wrap: wrap;
  height: 525px;
  overflow: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 5px;
}
.span {
  display: inline-block;
  padding: 5px 5px;
  border-radius: 5px;
  background-color: #f0f0f0;
  color: #333;
  font-size: 14px;
  margin-right: 5px;
}
.itemContent {
  width: 45%;
}
.header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
}