From f124fb31e45809f41af2cbd17375fbd4ce9cdfcb Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 17 Feb 2020 23:47:22 +0100 Subject: [PATCH] :art: (app) no margin to main components --- src/components/AccountList.vue | 5 +- src/components/TagList.vue | 6 +- src/components/TransactionCreate.vue | 8 +-- src/styles/index.scss | 4 ++ src/views/About.vue | 5 +- src/views/User.vue | 3 +- src/views/accounts/AccountItem.vue | 10 ++- src/views/accounts/AccountNew.vue | 2 +- src/views/accounts/AccountSetting.vue | 27 ++++++-- src/views/transactions/TransactionNew.vue | 2 +- src/views/transactions/TransactionUpdate.vue | 2 +- vue.config.js | 68 +++++++++++++++++++- 12 files changed, 108 insertions(+), 34 deletions(-) diff --git a/src/components/AccountList.vue b/src/components/AccountList.vue index ad92aca..f4ae1f5 100644 --- a/src/components/AccountList.vue +++ b/src/components/AccountList.vue @@ -1,5 +1,5 @@