From 8cff03e4abbe684b29ee91f9897682314d360af5 Mon Sep 17 00:00:00 2001
From: duorameng <2997944583@qq.com>
Date: Tue, 9 Jun 2026 17:08:40 +0800
Subject: [PATCH] style: fix header alignment and code block padding in log
details
---
web/src/components/LogDetailCard.vue | 28 ++++++++--------------------
web/src/views/history/History.vue | 16 ++--------------
2 files changed, 10 insertions(+), 34 deletions(-)
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) => {
-