mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-27 21:56:35 +08:00
### What problem does this PR solve? feat: Delete the files uploaded in the external dialog box #1880 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
30 lines
541 B
Plaintext
30 lines
541 B
Plaintext
.messageInputWrapper {
|
|
margin-right: 20px;
|
|
background-color: #f5f5f8;
|
|
border-radius: 8px;
|
|
:global(.ant-input-affix-wrapper) {
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.documentCard {
|
|
:global(.ant-card-body) {
|
|
padding: 10px;
|
|
position: relative;
|
|
}
|
|
}
|
|
.listWrapper {
|
|
padding: 0 10px;
|
|
overflow: auto;
|
|
max-height: 170px;
|
|
}
|
|
.inputWrapper {
|
|
border-radius: 8px;
|
|
}
|
|
.deleteIcon {
|
|
position: absolute;
|
|
right: -4px;
|
|
top: -4px;
|
|
color: #d92d20;
|
|
}
|
|
}
|