chore: models list re-render

This commit is contained in:
jialin
2024-07-05 18:51:13 +08:00
parent 8c66c482b2
commit b753528e44
38 changed files with 810 additions and 657 deletions
@@ -1,4 +1,6 @@
.chat-footer {
display: flex;
align-items: center;
padding-block: 10px;
padding-right: 32px;
}
+1 -8
View File
@@ -4,17 +4,10 @@
flex-direction: column;
position: relative;
height: calc(100vh - 136px);
// padding-bottom: 120px;
padding-right: 32px;
.message-list-wrap {
max-height: calc(100vh - 152px);
overflow-y: auto;
}
.ground-left-footer {
// position: absolute;
// bottom: 20px;
// width: 100%;
padding-right: 32px;
}
}
@@ -1,9 +1,12 @@
.reference-params {
display: flex;
cursor: pointer;
height: 40px;
justify-content: center;
align-items: center;
color: var(--ant-orange);
gap: 20px;
.usage {
cursor: pointer;
}
}