From 2436f50c1f26725c309ce99944bdcd1d9b062c67 Mon Sep 17 00:00:00 2001 From: liangxu Date: Fri, 1 May 2026 11:04:28 +0800 Subject: [PATCH] refactor(admin-web): tighten schedule cover picker layout Replace the labeled cover button + meta column with a compact preview tile and an overlaid remove button, dropping the now-unused cover-meta typography rules. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../src/components/GenerateTaskDrawer.vue | 132 +++++++++--------- 1 file changed, 67 insertions(+), 65 deletions(-) diff --git a/apps/admin-web/src/components/GenerateTaskDrawer.vue b/apps/admin-web/src/components/GenerateTaskDrawer.vue index 422678d..7d75d2d 100644 --- a/apps/admin-web/src/components/GenerateTaskDrawer.vue +++ b/apps/admin-web/src/components/GenerateTaskDrawer.vue @@ -1,5 +1,5 @@