reuse form

This commit is contained in:
antv
2026-07-01 16:57:34 +07:00
parent 4e4d03d62a
commit f1858f8f0f
34 changed files with 1273 additions and 681 deletions
+13 -1
View File
@@ -218,7 +218,7 @@ select.form-input {
}
.form-actions {
@apply mt-2 flex flex-col sm:flex-row justify-end gap-4;
@apply mt-2 flex flex-col sm:flex-row justify-end gap-4 mb-4;
}
.form-footer {
@@ -249,3 +249,15 @@ select.form-input {
.notification-badge {
@apply absolute -top-1 -right-1 bg-secondary text-white text-[10px] font-bold w-4.5 h-4.5 rounded-full flex items-center justify-center;
}
.table-header-cell {
@apply px-6 py-4 text-left text-xs font-bold text-text-light uppercase tracking-wider;
}
.table-body-cell {
@apply px-6 py-3 whitespace-nowrap;
}
.table-action-link {
@apply hover:text-primary-hover font-semibold underline underline-offset-2;
}