feat: playground rerank

This commit is contained in:
jialin
2024-10-14 10:27:46 +08:00
parent ecc683a6bd
commit 4c3dddc486
31 changed files with 1579 additions and 140 deletions
@@ -2,6 +2,7 @@
display: flex;
.params-wrapper {
position: relative;
overflow-x: hidden;
width: 390px;
border-left: 1px solid var(--ant-color-split);
@@ -50,4 +51,11 @@
}
}
}
.ant-upload-wrapper .ant-upload-drag {
background-color: var(--color-fill-sider);
display: flex;
flex-direction: column;
justify-content: center;
}
}