From f5cdbfa6206c5f20eb76485855cc40af8cf20787 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 16 Jul 2018 16:50:24 +0530 Subject: [PATCH] Minor UI Fixes - Remove top border from Navbar - Link dropdown in Child Table - Form Modal --- ui/components/Form/Form.vue | 20 ++++++++++---------- ui/components/Form/FormActions.vue | 2 +- ui/components/Modal/Modal.vue | 13 ++++++++++--- ui/components/ModelTable.vue | 8 ++++++++ ui/components/Navbar.vue | 2 +- ui/plugins/formModal.js | 3 +-- 6 files changed, 31 insertions(+), 17 deletions(-) diff --git a/ui/components/Form/Form.vue b/ui/components/Form/Form.vue index 180201a8..4307fb3d 100644 --- a/ui/components/Form/Form.vue +++ b/ui/components/Form/Form.vue @@ -1,6 +1,7 @@ @@ -88,7 +88,7 @@ export default { } this.$emit('save', this.doc); - + } catch (e) { console.error(e); return; diff --git a/ui/components/Form/FormActions.vue b/ui/components/Form/FormActions.vue index cb469f54..b413e851 100644 --- a/ui/components/Form/FormActions.vue +++ b/ui/components/Form/FormActions.vue @@ -1,5 +1,5 @@