Fixed other tools
This commit is contained in:
		| @@ -10,8 +10,8 @@ const query = ref(''); | |||||||
| </script> | </script> | ||||||
|  |  | ||||||
| <template> | <template> | ||||||
|     <div id="layout" class="flex flex-col lg:flex-row w-full h-full gap-4"> |     <div id="layout" class="flex flex-col lg:flex-row w-full h-full"> | ||||||
|         <div class="flex flex-col w-full lg:w-1/2 h-full items-center gap-4"> |         <div class="flex flex-col w-full lg:w-1/2 h-2/3 lg:h-full flex-none items-center"> | ||||||
|             <xmlInputFieldComponent stylized-name="XML" @update="(data) => {xml = data}"></xmlInputFieldComponent> |             <xmlInputFieldComponent stylized-name="XML" @update="(data) => {xml = data}"></xmlInputFieldComponent> | ||||||
|             <xmlInputFieldComponent stylized-name="XQuery" @update="(data) => {query = data}"></xmlInputFieldComponent> |             <xmlInputFieldComponent stylized-name="XQuery" @update="(data) => {query = data}"></xmlInputFieldComponent> | ||||||
|         </div> |         </div> | ||||||
|   | |||||||
| @@ -10,8 +10,8 @@ const query = ref(''); | |||||||
| </script> | </script> | ||||||
|  |  | ||||||
| <template> | <template> | ||||||
|     <div id="layout" class="flex flex-col lg:flex-row w-full h-full gap-4"> |     <div id="layout" class="flex flex-col lg:flex-row w-full h-full"> | ||||||
|         <div class="flex flex-col w-full lg:w-1/2 h-full items-center gap-4"> |         <div class="flex flex-col w-full lg:w-1/2 h-2/3 lg:h-full flex-none items-center"> | ||||||
|             <xmlInputFieldComponent stylized-name="XML" @update="(data) => {xml = data}"></xmlInputFieldComponent> |             <xmlInputFieldComponent stylized-name="XML" @update="(data) => {xml = data}"></xmlInputFieldComponent> | ||||||
|             <xmlInputFieldComponent stylized-name="XSD" @update="(data) => {query = data}"></xmlInputFieldComponent> |             <xmlInputFieldComponent stylized-name="XSD" @update="(data) => {query = data}"></xmlInputFieldComponent> | ||||||
|         </div> |         </div> | ||||||
|   | |||||||
| @@ -10,8 +10,8 @@ const query = ref(''); | |||||||
| </script> | </script> | ||||||
|  |  | ||||||
| <template> | <template> | ||||||
|     <div id="layout" class="flex flex-col lg:flex-row w-full h-full gap-4"> |     <div id="layout" class="flex flex-col lg:flex-row w-full h-full"> | ||||||
|         <div class="flex flex-col w-full lg:w-1/2 h-full items-center gap-4"> |         <div class="flex flex-col w-full lg:w-1/2 h-2/3 lg:h-full flex-none items-center"> | ||||||
|             <xmlInputFieldComponent stylized-name="XML" @update="(data) => {xml = data}"></xmlInputFieldComponent> |             <xmlInputFieldComponent stylized-name="XML" @update="(data) => {xml = data}"></xmlInputFieldComponent> | ||||||
|             <xmlInputFieldComponent stylized-name="XSLT" @update="(data) => {query = data}"></xmlInputFieldComponent> |             <xmlInputFieldComponent stylized-name="XSLT" @update="(data) => {query = data}"></xmlInputFieldComponent> | ||||||
|         </div> |         </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user