Files
ragflow/web/src/pages/add-knowledge/components/knowledge-dataset/knowledge-upload-file/index.less
balibabu d38e92aac8 fix: fixed the issue that the prompt word for registering an account is not in English and fixed the issue where the last message would keep loading if the backend reported an error during chat and fixed the issue where the next button would float above the file list on the file upload page (#133)
* feat: fixed the issue where the next button would float above the file list on the file upload page.

* feat: fixed the issue where the last message would keep loading if the backend reported an error during chat.

* fix: fixed the issue that the prompt word for registering an account is not in English
2024-03-19 19:21:35 +08:00

79 lines
1.2 KiB
Plaintext

.uploadWrapper {
display: flex;
flex-direction: column;
padding: 32px;
height: 100%;
.backToList {
padding-bottom: 60px;
}
.footer {
text-align: right;
padding-top: 16px;
.nextButton {
background-color: @purple;
}
}
.uploadContent {
flex: 1;
padding-top: 60px;
}
.uploader {
:global(.ant-upload) {
height: 126px;
}
}
.hiddenUploader {
:global(.ant-upload-drag) {
display: none;
}
}
.fileIcon {
font-size: 40px;
align-items: end;
}
.uploaderButton {
padding: 10px;
vertical-align: middle;
height: 40px;
}
.uploaderIcon {
svg {
width: 20px;
height: 20px;
}
}
.deleteIcon {
font-size: 20px;
}
.uploaderItem {
margin-top: 16px;
:global(.ant-card-body) {
padding: 16px;
}
}
.uploaderItemProgress {
padding-left: 50px;
}
.uploaderItemTextWrapper {
flex: 1;
text-align: left;
padding-left: 10px;
}
}
.progressWrapper {
text-align: center;
}
.progress {
width: 50%;
margin: 0;
}
.selectFilesText {
transform: translateX(10%);
}
.changeSpecificCategoryText {
transform: translateX(30%);
}