+
User
{
>
-
-
-
+
{{ totalRows }} {{ totalRows === 1 ? 'record' : 'records' }}
@@ -996,6 +996,12 @@ onMounted(async () => {
@apply !w-full;
}
+.table-container {
+ &.bordered {
+ @apply border-1 border-gray-200 rounded-xl overflow-hidden;
+ }
+}
+
.nc-audit-logs-table {
.thead {
.th {