From 482f228407ed40586bbe21ad44b2661baf00bcb7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 31 Oct 2019 19:57:06 +0000 Subject: [PATCH] changed all v-layout and v-flex to v-row and v-col respectively, lot's of messed up grids now :( --- ayanova/src/App.vue | 12 ++-- ayanova/src/components/HelloWorld.vue | 12 ++-- .../src/components/custom-fields-control.vue | 8 +-- ayanova/src/components/date-time-control.vue | 12 ++-- .../components/inventorypartassemblytop.vue | 4 +- ayanova/src/components/inventoryparttop.vue | 4 +- ayanova/src/components/inventorypotop.vue | 4 +- .../src/components/inventorywarehousetop.vue | 4 +- .../src/components/inventorywidgetlist.vue | 12 ++-- ayanova/src/components/tag-picker.vue | 8 +-- ayanova/src/components/underconstruction.vue | 8 +-- ayanova/src/views/About.vue | 12 ++-- ayanova/src/views/inventory-widget-edit.vue | 70 +++++++++---------- ayanova/src/views/inventory.vue | 16 ++--- ayanova/src/views/log.vue | 12 ++-- ayanova/src/views/login.vue | 32 ++++----- ayanova/src/views/notfound.vue | 8 +-- 17 files changed, 117 insertions(+), 121 deletions(-) diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 1118da1c..19eae651 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -88,16 +88,16 @@ - + - + - - + + - - + + diff --git a/ayanova/src/components/HelloWorld.vue b/ayanova/src/components/HelloWorld.vue index 7d5de946..9b0aafc2 100644 --- a/ayanova/src/components/HelloWorld.vue +++ b/ayanova/src/components/HelloWorld.vue @@ -1,20 +1,20 @@ diff --git a/ayanova/src/components/custom-fields-control.vue b/ayanova/src/components/custom-fields-control.vue index 0d179f90..7b7fd019 100644 --- a/ayanova/src/components/custom-fields-control.vue +++ b/ayanova/src/components/custom-fields-control.vue @@ -14,9 +14,9 @@
-->
- + - +
diff --git a/ayanova/src/components/date-time-control.vue b/ayanova/src/components/date-time-control.vue index b014b72d..af3a2c08 100644 --- a/ayanova/src/components/date-time-control.vue +++ b/ayanova/src/components/date-time-control.vue @@ -1,7 +1,7 @@