mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-28 19:58:11 +08:00
16 lines
248 B
Plaintext
16 lines
248 B
Plaintext
|
|
.messageInputWrapper {
|
||
|
|
margin-right: 20px;
|
||
|
|
.documentCard {
|
||
|
|
:global(.ant-card-body) {
|
||
|
|
padding: 10px;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.deleteIcon {
|
||
|
|
position: absolute;
|
||
|
|
right: -4px;
|
||
|
|
top: -4px;
|
||
|
|
color: #d92d20;
|
||
|
|
}
|
||
|
|
}
|