refactor: playground rerank layout

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent 8e7fa486db
commit 1e3957bdd5
12 changed files with 218 additions and 135 deletions
+8
View File
@@ -132,6 +132,10 @@
gap: 8px;
}
.gap-20 {
gap: 20px;
}
.line-24 {
line-height: 24px;
}
@@ -160,6 +164,10 @@
font-size: 20px;
}
.m-b-0 {
margin-bottom: 0;
}
.font-400 {
font-weight: var(--font-weight-normal);
}