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