refactor: rerank item
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user