From 5a5c4c27b5adfec06dab99edda19ef5a46b587d8 Mon Sep 17 00:00:00 2001 From: duorameng <2997944583@qq.com> Date: Fri, 5 Jun 2026 11:59:44 +0800 Subject: [PATCH] style: fix log retention input width and add unit labels in task and repo dialogs --- web/src/views/tasks/RepoDialog.vue | 5 ++++- web/src/views/tasks/TaskDialog.vue | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/web/src/views/tasks/RepoDialog.vue b/web/src/views/tasks/RepoDialog.vue index c9a2d77..747c466 100644 --- a/web/src/views/tasks/RepoDialog.vue +++ b/web/src/views/tasks/RepoDialog.vue @@ -847,7 +847,10 @@ async function save() { 按条清理 - +
+ + {{ cleanType === 'day' ? '天' : '条' }} +
diff --git a/web/src/views/tasks/TaskDialog.vue b/web/src/views/tasks/TaskDialog.vue index a7ae74f..1f1e548 100644 --- a/web/src/views/tasks/TaskDialog.vue +++ b/web/src/views/tasks/TaskDialog.vue @@ -713,7 +713,10 @@ async function save() { 按条清理 - +
+ + {{ cleanType === 'day' ? '天' : '条' }} +