From 29a4dd91ad8b1c15422e10fb5992f72d8424922d Mon Sep 17 00:00:00 2001 From: shen <> Date: Mon, 8 Jun 2026 21:21:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E8=A1=A8=E5=88=97=E5=AE=BD=EF=BC=8C=E6=93=8D=E4=BD=9C=E5=88=97?= =?UTF-8?q?=E5=A2=9E=E8=87=B3=2028%=20=E9=81=BF=E5=85=8D=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/HistoryView.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/HistoryView.vue b/frontend/src/views/HistoryView.vue index fdbf8c0..dc36af8 100644 --- a/frontend/src/views/HistoryView.vue +++ b/frontend/src/views/HistoryView.vue @@ -359,13 +359,13 @@ const errorCategoryLabel = (cat) => { .config-table th, .config-table td { padding: 12px; text-align: left; border-bottom: 1px solid #f0f0f0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .config-table th { background: #fafafa; font-weight: 500; color: #666; font-size: 13px; } .config-table td { font-size: 14px; } -.config-table th:nth-child(1) { width: 16%; } -.config-table th:nth-child(2) { width: 18%; } -.config-table th:nth-child(3) { width: 10%; } -.config-table th:nth-child(4) { width: 12%; } -.config-table th:nth-child(5) { width: 12%; } -.config-table th:nth-child(6) { width: 18%; } -.config-table th:nth-child(7) { width: 14%; } +.config-table th:nth-child(1) { width: 14%; } +.config-table th:nth-child(2) { width: 14%; } +.config-table th:nth-child(3) { width: 8%; } +.config-table th:nth-child(4) { width: 10%; } +.config-table th:nth-child(5) { width: 10%; } +.config-table th:nth-child(6) { width: 16%; } +.config-table th:nth-child(7) { width: 28%; } .config-table tr:hover { background: #fafafa; } .build-type-badge { padding: 2px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; }