mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
limit the maximum height of the add button dropdown menu on the desktop transaction list page
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
<v-btn class="ms-3" color="default" variant="outlined"
|
||||
:disabled="loading || !canAddTransaction" @click="add()">
|
||||
{{ tt('Add') }}
|
||||
<v-menu activator="parent" :open-on-hover="true" v-if="isTransactionFromAIImageRecognitionEnabled() || (allTransactionTemplates && allTransactionTemplates.length)">
|
||||
<v-menu activator="parent" max-height="500" :open-on-hover="true" v-if="isTransactionFromAIImageRecognitionEnabled() || (allTransactionTemplates && allTransactionTemplates.length)">
|
||||
<v-list>
|
||||
<v-list-item key="AIImageRecognition"
|
||||
:title="tt('AI Image Recognition')"
|
||||
|
||||
Reference in New Issue
Block a user