From f01a8554f1872d2c34f47378e5f0340b3993a05c Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Mon, 19 Jun 2023 07:17:55 +0200 Subject: [PATCH 01/33] Added text-field class --- Frontend/src/components/xml/XmlInputFieldComponent.vue | 4 ++-- Frontend/src/components/xml/XmlOutputFieldComponent.vue | 2 +- Frontend/src/style.css | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Frontend/src/components/xml/XmlInputFieldComponent.vue b/Frontend/src/components/xml/XmlInputFieldComponent.vue index 67df3a6..706e1ea 100644 --- a/Frontend/src/components/xml/XmlInputFieldComponent.vue +++ b/Frontend/src/components/xml/XmlInputFieldComponent.vue @@ -37,11 +37,11 @@ function setToDefaultQuery(data: string) {
- +
- +
\ No newline at end of file diff --git a/Frontend/src/components/xml/XmlOutputFieldComponent.vue b/Frontend/src/components/xml/XmlOutputFieldComponent.vue index 6fceeb2..970c805 100644 --- a/Frontend/src/components/xml/XmlOutputFieldComponent.vue +++ b/Frontend/src/components/xml/XmlOutputFieldComponent.vue @@ -22,7 +22,7 @@ function parseResult(data: any) {