From 2bf8ae60ef5f27880771661a6433504a15ab0b0a Mon Sep 17 00:00:00 2001 From: npmrun <1549469775@qq.com> Date: Sat, 18 Apr 2026 20:57:27 +0800 Subject: [PATCH] fix(ui): tighten orphans table layout, truncate keys, clearer actions Made-with: Cursor --- app/pages/me/media/orphans.vue | 72 ++++++++++++++++++++++++++++-------------- 1 file changed, 49 insertions(+), 23 deletions(-) diff --git a/app/pages/me/media/orphans.vue b/app/pages/me/media/orphans.vue index 3c7cbfb..1b2bf8c 100644 --- a/app/pages/me/media/orphans.vue +++ b/app/pages/me/media/orphans.vue @@ -209,8 +209,8 @@ async function executeDelete() { @@ -223,38 +223,38 @@ async function executeDelete() {
- +
- - - - - - - - - @@ -273,12 +273,17 @@ async function executeDelete() { -
+ + 预览 - storageKey + + 文件 + 大小 + 创建 + 状态 + 操作
- {{ row.storageKey }} + +
+ {{ row.storageKey }} +
{{ formatBytes(row.sizeBytes) }} @@ -293,12 +298,26 @@ async function executeDelete() { {{ formatDt(row.dereferencedAt) }} - - 可删除 - - - 宽限期 - +
+ + 可删除 + + + 宽限期 + +
删除 - + + 宽限中 +