From e4cbf9246bf3e6f8130bc28db108fdc26487bae2 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 7 Nov 2019 13:00:28 +0100 Subject: [PATCH] better style and dom --- .../ContributionForm/ContributionForm.vue | 43 +++++++++---------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 22b0f9ba3..f6ebf6bcc 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -24,7 +24,7 @@ {{ form.title.length }}/{{ formSchema.title.max }} - + {{ form.title.length }}/{{ formSchema.title.max }} - + @@ -48,14 +48,18 @@ @input="updateEditorContent" /> - {{ form.contentLength }} - - + size="base" + > + {{ form.contentLength }} + + + + {{ form.contentLength }} + + @@ -65,19 +69,14 @@ :existingCategoryIds="form.categoryIds" /> - - + + {{ form.categoryIds.length }} / 3 + + + + {{ form.categoryIds.length }} / 3 + + @@ -333,6 +332,6 @@ export default { top: -18px; } .checkicon_cat { - top: -38px; + top: -58px; }