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

@@ -189,7 +189,7 @@ const renderText = (text) => {
<!-- ITEM LIST --> <!-- ITEM LIST -->
<div style="overflow-y: scroll"> <div style="height: 90%; overflow-y: scroll">
<div <div
v-if="items.length > 0" v-if="items.length > 0"
v-for="(item,index) in items.slice().reverse()" v-for="(item,index) in items.slice().reverse()"

View File

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