fix: clarify document type grouping hierarchy

This commit is contained in:
wren
2026-05-06 10:54:42 +08:00
parent 22ef99754c
commit f1d77db79a
3 changed files with 108 additions and 11 deletions
+16
View File
@@ -62,6 +62,22 @@
@apply flex flex-wrap gap-1 max-w-md;
}
.document-types-page .type-cell {
@apply flex flex-col gap-1;
}
.document-types-page .type-cell strong {
@apply text-sm font-medium text-gray-800;
}
.document-types-page .type-cell span {
@apply text-xs text-gray-500;
}
.document-types-page .subtle-text {
@apply text-xs text-gray-400;
}
.document-types-page .operation-btn {
@apply inline-flex items-center text-sm px-2 py-1 rounded hover:bg-gray-100;
}