mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
30 lines
489 B
Plaintext
30 lines
489 B
Plaintext
.testingControlWrapper {
|
|
width: 350px;
|
|
background-color: white;
|
|
padding: 30px 20px;
|
|
overflow: auto;
|
|
height: calc(100vh - 160px);
|
|
|
|
.historyTitle {
|
|
padding: 30px 0 20px;
|
|
}
|
|
.historyIcon {
|
|
vertical-align: middle;
|
|
}
|
|
.historyCardWrapper {
|
|
width: 100%;
|
|
}
|
|
.historyCard {
|
|
width: 100%;
|
|
:global(.ant-card-body) {
|
|
padding: 10px;
|
|
}
|
|
}
|
|
.historyText {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
flex: 1;
|
|
}
|
|
}
|