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; /* 确保标题栏高度 */ } /* 排序相关样式 */