fix: Primevue css update done.

This commit is contained in:
chiayin
2024-02-21 18:29:52 +08:00
parent a6a007abd2
commit df7ac38397
16 changed files with 771 additions and 227 deletions

View File

@@ -95,6 +95,11 @@ 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
}