Răsfoiți Sursa

style: 调整首页tip位置

jack 5 luni în urmă
părinte
comite
0d64c83d17
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      src/views/Dashboard/src/DashboardView.vue

+ 4 - 0
src/views/Dashboard/src/DashboardView.vue

@@ -1069,6 +1069,7 @@ function handleImageClick(event) {
                     <VTipTooltip
                       :img="etdToEtaChartsTip"
                       :width="430"
+                      :placement="'bottom-start'"
                       :label="'ETD to ETA (Days):Distribution of Transit Time (ETA-ETD) for All Shipments in Last 12 Months.'"
                     ></VTipTooltip>
                   </div>
@@ -1207,6 +1208,7 @@ function handleImageClick(event) {
                       :img="co2eChartTip"
                       :label="'CO2e Emission by Origin or Destination: Last 12 Months CO2e Emission Rankings: Top 10 Origin Cities and Top 10 Destination Cities'"
                       :width="700"
+                      :placement="'bottom-start'"
                     ></VTipTooltip>
                   </div>
                   <DashFilters
@@ -1279,6 +1281,7 @@ function handleImageClick(event) {
                       :img="recentStatusChartTip"
                       :label="'Recent Status: Active shipment list with ETD within the past three months and the next month.'"
                       :width="700"
+                      :placement="'bottom-start'"
                     ></VTipTooltip>
                   </div>
                   <DashFilters
@@ -1316,6 +1319,7 @@ function handleImageClick(event) {
                     <VTipTooltip
                       :img="revenueSpentChartTip"
                       :label="'Revenue Spent: Based on the billto object, display the corresponding revenue data. '"
+                      :placement="'bottom-start'"
                       :width="700"
                     ></VTipTooltip>
                   </div>