From 2c7f3d7dcf1994c7087ee1c9e330dbe5d32ae569 Mon Sep 17 00:00:00 2001 From: root <295172551@qq.com> Date: Tue, 24 Jun 2025 01:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E8=8B=8F=E6=89=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LTEMvcApp/Views/Home/Logs.cshtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LTEMvcApp/Views/Home/Logs.cshtml b/LTEMvcApp/Views/Home/Logs.cshtml index 6a0ebf9..1c1c035 100644 --- a/LTEMvcApp/Views/Home/Logs.cshtml +++ b/LTEMvcApp/Views/Home/Logs.cshtml @@ -117,7 +117,8 @@ /* 日志列表标题栏 */ .log-list-header { display: flex; - justify-content: space-between; + justify-content: flex-start; /* 改为左对齐 */ + align-items: center; padding: 8px 10px; padding-right: 27px; /* 10px base padding + 17px for a standard scrollbar */ background-color: #f8f9fa; @@ -126,6 +127,7 @@ color: #495057; font-size: 0.9em; white-space: nowrap; + min-height: 40px; /* 确保标题栏高度 */ } /* 排序相关样式 */