mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-16 10:27:34 +08:00
feat 通知支持拖拽调整顺序
This commit is contained in:
@@ -117,6 +117,11 @@ function onClose() {
|
||||
<template>
|
||||
<div>
|
||||
<VCard variant="tonal" @click="openNotificationInfoDialog">
|
||||
<span class="absolute top-3 right-12">
|
||||
<IconBtn>
|
||||
<VIcon class="cursor-move" icon="mdi-drag" />
|
||||
</IconBtn>
|
||||
</span>
|
||||
<DialogCloseBtn @click="onClose" />
|
||||
<VCardText class="flex justify-space-between align-center gap-3">
|
||||
<div class="align-self-start">
|
||||
|
||||
Reference in New Issue
Block a user