diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index 910bc53..0ec4185 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -36,7 +36,10 @@
-
+
+
+ {{ $t(col.label) }} +
+
@@ -146,7 +154,7 @@
-
+
@@ -765,6 +773,7 @@ export default { border-right: none; } .custometable-row { + display: flex; border-bottom: none; } } @@ -926,4 +935,11 @@ export default { .body-span { text-align: center; } +.item-center { + display: flex; + align-items: center; +} +.mr-5{ + margin-right: 5px; +} \ No newline at end of file