From 186db1d2c95bc07f0b57da2b3b93a67e9602d396 Mon Sep 17 00:00:00 2001
From: 62160286 <62160286@go.buu.ac.th>
Date: Thu, 23 Dec 2021 00:49:38 +0700
Subject: [PATCH] adjust layout center a tables

---
 src/components/OXTable.vue | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/components/OXTable.vue b/src/components/OXTable.vue
index f6412c8..9507d01 100644
--- a/src/components/OXTable.vue
+++ b/src/components/OXTable.vue
@@ -143,4 +143,9 @@ export default {
   }
 }
 </script>
-<style></style>
+<style>
+table {
+  margin-left: auto;
+  margin-right: auto;
+}
+</style>
-- 
GitLab