This commit is contained in:
jxxghp
2024-04-05 23:50:48 +08:00
parent 9c17d2d335
commit 98cbb8dc29
+24 -23
View File
@@ -312,29 +312,30 @@ fixArrayAt()
<template> <template>
<!-- 底部操作按钮 --> <!-- 底部操作按钮 -->
<VFab <span>
v-if="selected.length > 0" <VFab
icon="mdi-trash-can-outline" v-if="selected.length > 0"
color="error" icon="mdi-trash-can-outline"
location="bottom end" color="error"
size="x-large" location="bottom end"
fixed size="x-large"
app fixed
appear app
@click="removeHistoryBatch" appear
/> @click="removeHistoryBatch"
<VFab />
v-if="selected.length > 0" <VFab
class="mb-2" v-if="selected.length > 0"
icon="mdi-redo-variant" class="mb-2"
location="bottom end" icon="mdi-redo-variant"
size="x-large" location="bottom end"
fixed size="x-large"
app fixed
appear app
@click="retransferBatch" appear
/> @click="retransferBatch"
/>
</span>
<VCard class="pb-5"> <VCard class="pb-5">
<VCardItem> <VCardItem>
<VCardTitle> <VCardTitle>