From 9cb1c1662151d45bd1dfffdda38de76aa0a974c3 Mon Sep 17 00:00:00 2001 From: dragos-eu Date: Wed, 20 Nov 2024 15:47:11 +0100 Subject: [PATCH] layout fix --- src/js/codelists.js | 28 +++++++++++++++------------- src/js/model.js | 25 ++++++++++++++----------- 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/src/js/codelists.js b/src/js/codelists.js index aea815e..6606462 100644 --- a/src/js/codelists.js +++ b/src/js/codelists.js @@ -103,22 +103,24 @@ Vue.component("codelists", { Select the ESPD version and the code list to explore the contents. At the bottom of the page, you can view the translations for each entry in the code list. - - - - - + + + - - - - + + - - Type: {{crt_list.type}} + + - - + + + + + Type: {{crt_list.type}} + + + Short Name: {{crt_list.ShortName}} Long Name: {{crt_list.LongName}}
diff --git a/src/js/model.js b/src/js/model.js index 2cd3071..032d154 100644 --- a/src/js/model.js +++ b/src/js/model.js @@ -56,19 +56,22 @@ Vue.component("model", { Select the desired ESPD version and Criterion to show the HTML representation of the ESPD Model. - - - - - + + + + - - - - + + - - + + + + + + + + ` }); \ No newline at end of file