刘洋 hace 2 años
padre
commit
8ea0774248
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/modules/marking/mark/index.vue

+ 3 - 3
src/modules/marking/mark/index.vue

@@ -537,7 +537,7 @@ bus.on('mark-prev', async () => {
 })
 const showPreviewBtn = ref(false)
 const previewLeft = computed(() => {
-  return currentTaskType.value === 'SAMPLE_A' || currentTaskType.value === 'SAMPLE_B' ? '128px' : '100px'
+  return currentTaskType.value === 'SAMPLE_A' || currentTaskType.value === 'SAMPLE_B' ? '124px' : '96px'
 })
 // const previewLeft = ref('-1000px')
 const imgLoaded = () => {
@@ -574,7 +574,7 @@ const imgLoaded = () => {
       height: 38px;
       position: absolute;
       cursor: pointer;
-      top: 28px;
+      top: 38px;
       left: 20px;
       z-index: 100;
       img {
@@ -586,7 +586,7 @@ const imgLoaded = () => {
       position: absolute;
       cursor: pointer;
       z-index: 100;
-      top: 26px;
+      top: 36px;
       font-size: 38px;
     }
   }