diff --git a/web/src/components/LogDetailCard.vue b/web/src/components/LogDetailCard.vue
index 379efde..40bf2ca 100644
--- a/web/src/components/LogDetailCard.vue
+++ b/web/src/components/LogDetailCard.vue
@@ -120,9 +120,9 @@ function getStatusBadgeClass(status: string) {
-
+
- {{ title }}
+ {{ title }}
-
-
-
@@ -277,15 +277,3 @@ function getStatusBadgeClass(status: string) {
-
diff --git a/web/src/views/history/History.vue b/web/src/views/history/History.vue
index a6c3928..211e66e 100644
--- a/web/src/views/history/History.vue
+++ b/web/src/views/history/History.vue
@@ -378,7 +378,7 @@ watch(() => route.query, (newQuery) => {
+ class="flex sm:hidden items-center gap-2 px-3 h-[28px] border-b bg-muted/20 text-xs text-muted-foreground font-medium">
序号
类型
任务名称
@@ -387,7 +387,7 @@ watch(() => route.query, (newQuery) => {
+ class="hidden sm:flex items-center gap-4 px-4 h-[28px] border-b bg-muted/20 text-xs text-muted-foreground font-medium">
序号
类型
任务名称
@@ -503,15 +503,3 @@ watch(() => route.query, (newQuery) => {
-