@@ -73,7 +73,7 @@ onUnmounted(() => {
<style scoped>
.zoom-container {
- z-index: 1000;
+ z-index: 1001;
position: fixed;
background-color: rgba(0, 0, 0, 0.9);
bottom: 10px;
@@ -5,11 +5,7 @@
>
<div
v-if="!store.currentTask"
- class="
- tw-text-center
- empty-task
- tw-flex tw-flex-col tw-place-items-center tw-justify-center
- "
+ class="tw-text-center empty-task tw-flex tw-flex-col tw-place-items-center tw-justify-center"
<img src="./images/empty-task.png" />
{{ store.message }}
@@ -51,7 +47,6 @@
</div>
<ZoomPaper v-if="store.isScanImage && store.currentTask" />
- <slot name="slot-cursor" />
</template>
<script setup lang="ts">