mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
fix the incorrect mouse pointer style during image recognition
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<h3 v-if="!imageFile && !isDragOver">{{ tt('Drag and drop a receipt or transaction image here, or click to select one') }}</h3>
|
<h3 v-if="!imageFile && !isDragOver">{{ tt('Drag and drop a receipt or transaction image here, or click to select one') }}</h3>
|
||||||
<h3 v-if="isDragOver">{{ tt('Release to load image') }}</h3>
|
<h3 v-if="isDragOver">{{ tt('Release to load image') }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<v-img height="480px" :class="{ 'cursor-pointer': !loading || !recognizing || !isDragOver }"
|
<v-img height="480px" :class="{ 'cursor-pointer': !loading && !recognizing && !isDragOver }"
|
||||||
:src="imageSrc" @click="showOpenImageDialog">
|
:src="imageSrc" @click="showOpenImageDialog">
|
||||||
<template #placeholder>
|
<template #placeholder>
|
||||||
<div class="w-100 fill-height bg-grey-200"></div>
|
<div class="w-100 fill-height bg-grey-200"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user