Bladeren bron

feat: 调整首页导览样式

jack 5 maanden geleden
bovenliggende
commit
04868d7fc5
1 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 3 2
      src/views/Dashboard/src/DashboardView.vue

+ 3 - 2
src/views/Dashboard/src/DashboardView.vue

@@ -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;
   }