mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
fix shortcut
This commit is contained in:
@@ -18,6 +18,9 @@ const netTestDialog = ref(false);
|
|||||||
max-width="600"
|
max-width="600"
|
||||||
width="340"
|
width="340"
|
||||||
max-height="560"
|
max-height="560"
|
||||||
|
location="top end"
|
||||||
|
origin="top end"
|
||||||
|
transition="scale-transition"
|
||||||
close-on-content-click
|
close-on-content-click
|
||||||
>
|
>
|
||||||
<!-- Menu Activator -->
|
<!-- Menu Activator -->
|
||||||
@@ -30,6 +33,11 @@ const netTestDialog = ref(false);
|
|||||||
<VCard>
|
<VCard>
|
||||||
<VCardItem class="border-b">
|
<VCardItem class="border-b">
|
||||||
<VCardTitle>捷径</VCardTitle>
|
<VCardTitle>捷径</VCardTitle>
|
||||||
|
<template #append>
|
||||||
|
<IconBtn @click="() => {}">
|
||||||
|
<VIcon icon="mdi-checkbox-multiple-blank-outline" />
|
||||||
|
</IconBtn>
|
||||||
|
</template>
|
||||||
</VCardItem>
|
</VCardItem>
|
||||||
<div class="ps ps--active-y">
|
<div class="ps ps--active-y">
|
||||||
<VRow class="ma-0 mt-n1">
|
<VRow class="ma-0 mt-n1">
|
||||||
|
|||||||
Reference in New Issue
Block a user