Changes in Layout

This commit is contained in:
2024-09-22 14:14:02 +02:00
parent 51dbb10b45
commit 805ed8e9f4
2 changed files with 3 additions and 3 deletions

View File

@@ -150,7 +150,7 @@ const zoom = ref(6)
<template #item="{item}">
<div v-if="item.label === 'Informationen'" class="flex flex-col mt-5">
<div class="flex flex-row" style="height: 40vh">
<div class="w-1/2 mr-2">
<div class="w-1/2 mr-5">
<UCard>
<table class="w-full">
<tr>
@@ -196,7 +196,7 @@ const zoom = ref(6)
</div>
<div class="w-1/2">
<UCard>
<div style="height: 75vh; overflow-y: scroll">
<div style="height: 75vh">
<HistoryDisplay
type="trackingtrip"
v-if="itemInfo"