From c66ff6f938b8cbd68469c5d6148d772d3ba2b385 Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Wed, 30 Aug 2017 02:00:03 +0200 Subject: [PATCH] add possibility to align table-column-text, fix row actions styling --- src/components/my-table.vue | 141 +++++++++++++++++------------------ src/variables.less | 3 +- src/views/forms/login.vue | 2 +- src/views/lists/userlist.vue | 4 +- 4 files changed, 75 insertions(+), 75 deletions(-) diff --git a/src/components/my-table.vue b/src/components/my-table.vue index a384095..02ea7e3 100644 --- a/src/components/my-table.vue +++ b/src/components/my-table.vue @@ -1,45 +1,50 @@