瀏覽代碼

feat: 调整首页导览样式

jack 5 月之前
父節點
當前提交
04868d7fc5
共有 1 個文件被更改,包括 3 次插入2 次删除
  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;
   }