fix drag handle

This commit is contained in:
jxxghp
2024-05-09 18:30:25 +08:00
parent d005252f13
commit d857acc58e
13 changed files with 58 additions and 12 deletions
+4 -1
View File
@@ -44,7 +44,10 @@ onUnmounted(() => {
<template>
<VCard>
<VCardItem>
<VCardTitle class="cursor-move">系统进程</VCardTitle>
<template #append>
<VIcon class="cursor-move">mdi-drag</VIcon>
</template>
<VCardTitle>系统进程</VCardTitle>
</VCardItem>
<VTable item-key="fullName" class="table-rounded" hide-default-footer disable-sort>
<thead>