/* filepath: /Users/guangguang/Desktop/information-base/src/components/ProjectConfig/ProjectConfig.module.scss */
|
.projectConfig {
|
display: flex;
|
gap: 16px; /* 左右框之间的间距 */
|
height: 600px;
|
}
|
|
.leftPane {
|
width: 100%;
|
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: 500px;
|
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;
|
}
|