|
|
@@ -689,7 +689,7 @@ const ClickParams = (val: any) => {
|
|
|
<!-- 图表 -->
|
|
|
<div class="echarts">
|
|
|
<VueDraggable
|
|
|
- style="display: flex; flex-wrap: wrap; justify-content: space-between"
|
|
|
+ style="display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px"
|
|
|
ref="infoContentRef"
|
|
|
ghost-class="ghost-class"
|
|
|
:forceFallback="true"
|
|
|
@@ -784,7 +784,7 @@ const ClickParams = (val: any) => {
|
|
|
v-else-if="
|
|
|
item.title === 'Recent Status' && item.switchValue && RecentStatusList.length != 0
|
|
|
"
|
|
|
- style="display: flex; width: 100%; margin-bottom: 8px"
|
|
|
+ class="KPI_Pending"
|
|
|
>
|
|
|
<!-- Recent Status -->
|
|
|
<VBox_Dashboard @changeCancel="changeCancel(item.id)" style="width: 100%">
|
|
|
@@ -910,7 +910,7 @@ const ClickParams = (val: any) => {
|
|
|
<!-- Top10 Origin/Top 10 Destination -->
|
|
|
<div
|
|
|
v-else-if="item.title === 'Top 10 Origin/Destination' && item.switchValue"
|
|
|
- style="display: flex; width: 100%; margin-bottom: 8px"
|
|
|
+ class="KPI_Pending"
|
|
|
>
|
|
|
<VBox_Dashboard @changeCancel="changeCancel(item.id)" style="width: 100%">
|
|
|
<template #header>
|
|
|
@@ -1176,16 +1176,11 @@ const ClickParams = (val: any) => {
|
|
|
.KPI_Pending {
|
|
|
display: flex;
|
|
|
width: 100%;
|
|
|
- margin-bottom: 8px;
|
|
|
}
|
|
|
.filters_left {
|
|
|
border-radius: var(--border-radius-6);
|
|
|
- margin-bottom: 8px;
|
|
|
flex: 1 48%;
|
|
|
}
|
|
|
-:nth-of-type(odd).filters_left {
|
|
|
- margin-right: 8px;
|
|
|
-}
|
|
|
.KPI_title {
|
|
|
border-bottom: 1px solid var(--color-border);
|
|
|
height: 48px;
|