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