Browse Source

fix(ui): avoid duplicate chrome on media orphans under shell

Made-with: Cursor
tags/邮箱功能前置
npmrun 3 weeks ago
parent
commit
ee6efc372b
  1. 8
      app/pages/me/media/orphans.vue

8
app/pages/me/media/orphans.vue

@ -162,12 +162,12 @@ async function executeDelete() {
</script> </script>
<template> <template>
<UContainer class="py-8 space-y-6 w-full max-w-[min(100%,88rem)] px-4 sm:px-6"> <div class="space-y-6 w-full max-w-[min(100%,88rem)]">
<div class="flex flex-wrap justify-between items-start gap-3"> <div class="flex flex-wrap justify-between items-start gap-3">
<div> <div>
<h1 class="text-2xl font-semibold"> <h2 class="text-lg font-semibold">
图片孤儿审查 图片孤儿审查
</h1> </h2>
<p class="text-sm text-muted mt-1"> <p class="text-sm text-muted mt-1">
未被任何文章引用的上传图片宽限期结束后可删除 未被任何文章引用的上传图片宽限期结束后可删除
</p> </p>
@ -349,5 +349,5 @@ async function executeDelete() {
</div> </div>
</template> </template>
</UModal> </UModal>
</UContainer> </div>
</template> </template>

Loading…
Cancel
Save