mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-19 11:45:10 +08:00
* feat: add react-dev-inspector to locate code in the IDE faster * feat: install prettier to format code --------- Co-authored-by: yangqianjuan <1072483500@qq.com>
41 lines
509 B
Plaintext
41 lines
509 B
Plaintext
.knowledge {
|
|
padding: 24px;
|
|
}
|
|
|
|
.container {
|
|
height: 100px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
|
|
.content {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.context {
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
.footer {
|
|
height: 20px;
|
|
|
|
.text {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.card {
|
|
:global {
|
|
.ant-card-body {
|
|
padding: 10px;
|
|
margin: 0;
|
|
}
|
|
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
cursor: pointer;
|
|
}
|