From 9ad75be1b3084a25bd1887cf316b840c3a1ca48b Mon Sep 17 00:00:00 2001 From: Hironsan Date: Thu, 16 Jul 2020 16:25:09 +0900 Subject: [PATCH] Fix the display of example formats --- .../documents/DocumentExportForm.vue | 22 +++++++------------ .../documents/DocumentUploadForm.vue | 22 +++++++------------ .../organisms/labels/LabelImportForm.vue | 22 +++++++------------ 3 files changed, 24 insertions(+), 42 deletions(-) diff --git a/frontend/components/organisms/documents/DocumentExportForm.vue b/frontend/components/organisms/documents/DocumentExportForm.vue index 7b814fd5..2e0f4a01 100644 --- a/frontend/components/organisms/documents/DocumentExportForm.vue +++ b/frontend/components/organisms/documents/DocumentExportForm.vue @@ -24,12 +24,16 @@ :value="format" /> - - {{ example }} - + + {{ example }}
+
+ @@ -98,13 +102,3 @@ export default { } } - - diff --git a/frontend/components/organisms/documents/DocumentUploadForm.vue b/frontend/components/organisms/documents/DocumentUploadForm.vue index 3a218281..0c5fe56c 100644 --- a/frontend/components/organisms/documents/DocumentUploadForm.vue +++ b/frontend/components/organisms/documents/DocumentUploadForm.vue @@ -33,12 +33,16 @@ :value="format" /> - - {{ example }} - + + {{ example }}
+
+

Select a file

- - diff --git a/frontend/components/organisms/labels/LabelImportForm.vue b/frontend/components/organisms/labels/LabelImportForm.vue index c33dbbee..98017abe 100644 --- a/frontend/components/organisms/labels/LabelImportForm.vue +++ b/frontend/components/organisms/labels/LabelImportForm.vue @@ -22,9 +22,14 @@ Please check available formats carefully.

Example format

- - {{ exampleFormat }} - + +
{{ exampleFormat }}
+

Select a file

- -