docs: Update all files JSDoc.

This commit is contained in:
chiayin
2024-03-29 15:49:05 +08:00
parent 4ba71d1193
commit e391c9a237
55 changed files with 260 additions and 219 deletions

View File

@@ -6,7 +6,6 @@
@tailwind utilities;
@layer tailwind-base, primevue;
/* @layer tailwind-base, primevue, tailwind-utilities; */
@layer tailwind-base {
@tailwind base;

View File

@@ -71,7 +71,6 @@
@apply !h-1
}
/* radio */
/* inline-block h-4 w-4 m-2 cursor-pointer rounded-full ring-2 ring-neutral-300 shadow-sm peer-checked:ring-2 peer-checked:ring-primary peer-checked:ring-offset-2 peer-checked:bg-primary */
/* p-radiobutton
p-radiobutton-box
p-radiobutton-icon */
@@ -95,11 +94,6 @@ p-radiobutton-icon */
@apply !p-0
}
/* DataTable */
/* .p-datatable table {
border-collapse: collapse;
min-width: 100%;
table-layout: fixed;
} */
.p-datatable-resizable > .p-datatable-wrapper {
@apply !overflow-x-visible
}