|
|
@@ -1062,6 +1062,7 @@ function handleImageClick(event) {
|
|
|
<VTipTooltip
|
|
|
:img="pendingChartTip"
|
|
|
:width="420"
|
|
|
+ :placement="'bottom-start'"
|
|
|
:label="'Pending Report:Showing shipments which are soon to depart/arrive.'"
|
|
|
></VTipTooltip>
|
|
|
</div>
|
|
|
@@ -1145,6 +1146,7 @@ function handleImageClick(event) {
|
|
|
{{ item.title }}
|
|
|
<VTipTooltip
|
|
|
:img="containerChartTip"
|
|
|
+ :placement="'bottom-start'"
|
|
|
:label="'Container Count:Total Container Volume by Month (Last 12 Months)'"
|
|
|
></VTipTooltip>
|
|
|
</div>
|
|
|
@@ -1408,12 +1410,11 @@ function handleImageClick(event) {
|
|
|
.view-management-guide-class {
|
|
|
position: absolute;
|
|
|
top: 0px;
|
|
|
- right: 86px;
|
|
|
+ right: 85px;
|
|
|
width: 437px;
|
|
|
height: 603px;
|
|
|
z-index: 1500;
|
|
|
&.view-management-guide-dark-class {
|
|
|
- right: 85px;
|
|
|
width: 439px;
|
|
|
height: 622px;
|
|
|
}
|