### What problem does this PR solve? fix: #567 use modal to upload files in the knowledge base ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
28 lines
500 B
Plaintext
28 lines
500 B
Plaintext
.modelWrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.modelContainer {
|
|
width: 100%;
|
|
.factoryOperationWrapper {
|
|
text-align: right;
|
|
}
|
|
.modelItem {
|
|
}
|
|
.llmList {
|
|
padding-top: 10px;
|
|
}
|
|
.toBeAddedCard {
|
|
border-radius: 24px;
|
|
border: 1px solid #eaecf0;
|
|
background: #e3f0ff;
|
|
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
|
|
}
|
|
.addedCard {
|
|
border-radius: 18px;
|
|
border: 1px solid #eaecf0;
|
|
background: #e6e7eb;
|
|
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
|
|
}
|
|
}
|