refactor: rerank item

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent e05ec3d2d5
commit 419f1e07d1
15 changed files with 250 additions and 182 deletions
+5 -7
View File
@@ -8,10 +8,15 @@
align-items: center;
justify-content: space-between;
padding: 0;
padding-right: 6px;
cursor: pointer;
transition: background-color 0.3s ease;
border-bottom: 1px solid var(--ant-color-split);
.btn-group {
display: none;
}
&:hover {
background-color: var(--ant-color-fill-tertiary);
@@ -28,12 +33,5 @@
.input-wrap {
flex: 1;
}
.btn-group {
width: 60px;
margin-left: 8px;
display: flex;
gap: 8px;
}
}
}
+16
View File
@@ -0,0 +1,16 @@
.ground-left-wrapper.rerank {
.center {
display: flex;
height: 100%;
.documents {
width: 390px;
padding: 16px;
padding-left: 32px;
}
.message-list-wrap {
flex: 1;
}
}
}