feat: add translation for chunks and new icons; update checkbox styles; add new segment list and segment card

This commit is contained in:
twwu
2024-12-04 14:24:47 +08:00
parent 11679dc68a
commit 388d7918f3
27 changed files with 1147 additions and 127 deletions

View File

@ -5,10 +5,10 @@
grid-auto-rows: 180px;
} */
.totalText {
@apply text-gray-900 font-medium text-base flex-1;
@apply text-text-secondary flex-1;
}
.docSearchWrapper {
@apply sticky w-full py-1 -top-3 bg-white flex items-center mb-3 justify-between z-10 flex-wrap gap-y-1;
@apply sticky w-full -top-3 bg-white flex items-center mb-3 justify-between z-10 flex-wrap gap-y-1;
}
.listContainer {
height: calc(100% - 3.25rem);