mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: Add FileIcon #1880 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
15
web/src/components/message-input/index.less
Normal file
15
web/src/components/message-input/index.less
Normal file
@ -0,0 +1,15 @@
|
||||
.messageInputWrapper {
|
||||
margin-right: 20px;
|
||||
.documentCard {
|
||||
:global(.ant-card-body) {
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
.deleteIcon {
|
||||
position: absolute;
|
||||
right: -4px;
|
||||
top: -4px;
|
||||
color: #d92d20;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user