Changes in Layout
This commit is contained in:
@@ -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()"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user