ソースを参照

style: 调整导览样式

jack 5 ヶ月 前
コミット
b528ad9b9a

+ 3 - 3
src/components/MoreFilters/src/MoreFilters.vue

@@ -1239,10 +1239,10 @@ const moreFiltersGuideImg = computed(() => {
 
 <style lang="scss" scoped>
 img.more-filters-guide-class {
-  right: -1px;
+  right: -20px;
   top: -1px;
-  width: 327px;
-  z-index: 20000;
+  width: 361px;
+  z-index: 1500;
 }
 
 .icon_more {

+ 10 - 12
src/views/Booking/src/components/BookingGuide.vue

@@ -223,23 +223,21 @@ defineExpose({
 }
 
 .download-file-guide-class {
-  right: 203px;
+  right: 187px;
   top: 246px;
-  width: 419px;
-  height: 285px;
+  width: 431px;
+  height: 304px;
   &.download-file-guide-dark-class {
-    transform: translate(0px, -0.4px);
-    width: 411px;
-    height: 287px;
+    right: 187px;
+    width: 431px;
+    height: 304px;
   }
 }
 .customize-columns-guide-class {
-  right: 25px;
+  right: 5px;
   top: 245px;
-  width: 647px;
-  height: 441px;
-  &.customize-columns-guide-dark-class {
-    right: 24px;
-  }
+  width: 682px;
+  height: 473px;
+  transform: translateX(0.9px);
 }
 </style>

+ 3 - 3
src/views/Dashboard/src/components/DashFiters.vue

@@ -302,10 +302,10 @@ const guideStore = useGuideStore()
 }
 .transport-mode-guide-class {
   position: absolute;
-  right: 0px;
+  right: -16px;
   top: -1px;
-  width: 417px;
-  height: 314px;
+  width: 431px;
+  height: 327px;
   z-index: 1000;
 }
 :deep(.el-checkbox-button__inner) {

+ 11 - 10
src/views/Tracking/src/components/TrackingGuide.vue

@@ -234,21 +234,22 @@ defineExpose({
 
 <style lang="scss" scoped>
 .download-file-guide-class {
-  right: 203px;
+  right: 187px;
   top: 246px;
-  width: 416px;
-  height: 287px;
+  width: 431px;
+  height: 304px;
   transform: translate(0.7px, -0.3px);
   &.download-file-guide-dark-class {
-    transform: translate(0.7px, -0.3px);
-    width: 411px;
-    height: 287px;
+    right: 187px;
+    width: 431px;
+    height: 304px;
   }
 }
 .customize-columns-guide-class {
-  right: 24px;
-  top: 246px;
-  width: 642px;
-  height: 441px;
+  right: 5px;
+  top: 245px;
+  width: 681px;
+  height: 486px;
+  transform: translateX(0.9px);
 }
 </style>

+ 0 - 1
src/views/Tracking/src/components/TrackingTable/src/TrackingTable.vue

@@ -9,7 +9,6 @@ import { transportationMode } from '@/components/TransportationMode'
 import { useLoadingState } from '@/stores/modules/loadingState'
 import { useThemeStore } from '@/stores/modules/theme'
 import { useVisitedRowState } from '@/stores/modules/visitedRow'
-import { theme } from 'ant-design-vue'
 
 const visitedRowState = useVisitedRowState()
 const themeStore = useThemeStore()

BIN
src/views/Tracking/src/image/customize-columns.png