mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
improve the style of long tips and drag-and-drop image
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="image-container display-flex justify-content-center"
|
||||
style="height: 400px" @click="showOpenImage">
|
||||
<img height="400px" :src="imageSrc" v-if="imageSrc" />
|
||||
<div class="image-container-background display-flex justify-content-center align-items-center" v-if="!imageSrc">
|
||||
<div class="image-container-background display-flex justify-content-center align-items-center padding-horizontal" v-if="!imageSrc">
|
||||
<span>{{ tt('Click here to select a receipt or transaction image') }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user