mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix ui
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user