|
@@ -784,7 +784,7 @@ const ClickParams = (val: any) => {
|
|
|
v-else-if="
|
|
v-else-if="
|
|
|
item.title === 'Recent Status' && item.switchValue && RecentStatusList.length != 0
|
|
item.title === 'Recent Status' && item.switchValue && RecentStatusList.length != 0
|
|
|
"
|
|
"
|
|
|
- class="KPI_Pending"
|
|
|
|
|
|
|
+ style="display: flex; width: 100%; margin-bottom: 8px"
|
|
|
>
|
|
>
|
|
|
<!-- Recent Status -->
|
|
<!-- Recent Status -->
|
|
|
<VBox_Dashboard @changeCancel="changeCancel(item.id)" style="width: 100%">
|
|
<VBox_Dashboard @changeCancel="changeCancel(item.id)" style="width: 100%">
|
|
@@ -910,8 +910,7 @@ const ClickParams = (val: any) => {
|
|
|
<!-- Top10 Origin/Top 10 Destination -->
|
|
<!-- Top10 Origin/Top 10 Destination -->
|
|
|
<div
|
|
<div
|
|
|
v-else-if="item.title === 'Top 10 Origin/Destination' && item.switchValue"
|
|
v-else-if="item.title === 'Top 10 Origin/Destination' && item.switchValue"
|
|
|
- class="KPI_Pending"
|
|
|
|
|
- style="margin-bottom: 8px"
|
|
|
|
|
|
|
+ style="display: flex; width: 100%; margin-bottom: 8px"
|
|
|
>
|
|
>
|
|
|
<VBox_Dashboard @changeCancel="changeCancel(item.id)" style="width: 100%">
|
|
<VBox_Dashboard @changeCancel="changeCancel(item.id)" style="width: 100%">
|
|
|
<template #header>
|
|
<template #header>
|
|
@@ -1177,13 +1176,14 @@ const ClickParams = (val: any) => {
|
|
|
.KPI_Pending {
|
|
.KPI_Pending {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
|
+ margin-bottom: 8px;
|
|
|
}
|
|
}
|
|
|
.filters_left {
|
|
.filters_left {
|
|
|
border-radius: var(--border-radius-6);
|
|
border-radius: var(--border-radius-6);
|
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
|
flex: 1 48%;
|
|
flex: 1 48%;
|
|
|
}
|
|
}
|
|
|
-.filters_left:nth-child(odd) {
|
|
|
|
|
|
|
+:nth-of-type(odd).filters_left {
|
|
|
margin-right: 8px;
|
|
margin-right: 8px;
|
|
|
}
|
|
}
|
|
|
.KPI_title {
|
|
.KPI_title {
|