-
+
+
+
+
+ {{ index }}
+
-
-
-
-
-
+ {{ row[col.field] }}
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
@@ -204,6 +212,11 @@ onMounted(() => {
background-color: var(--primary-light);
color: var(--vn-section-color);
}
+
+.bg-secondary {
+ background-color: var(--vn-page-color);
+ color: var(--vn-text-colo);
+}
.text-primary-light {
color: var(--primary-light);
}
@@ -260,6 +273,17 @@ onMounted(() => {
grid-gap: 10px;
}
+// WIP TRANSITIONS
+// .grid-item {
+// background-color: red;
+// transition: all 500ms ease;
+// }
+
+// .grid-move {
+// background-color: #6b7280 !important;
+// transform: scale(0.9);
+// }
+
.divisor-line {
height: 1px;
background-color: var(--vn-section-color);
diff --git a/src/components/ui/VnPaginate.vue b/src/components/ui/VnPaginate.vue
index 4dae312ce..6bbf44684 100644
--- a/src/components/ui/VnPaginate.vue
+++ b/src/components/ui/VnPaginate.vue
@@ -192,12 +192,6 @@ defineExpose({ fetch, addFilter });