From 0964289f2d4482547962330d7ebb5f47de966cd1 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Fri, 27 Feb 2026 10:49:07 +0800 Subject: [PATCH] =?UTF-8?q?style:=20Material=20Design=20-=20=E6=89=81?= =?UTF-8?q?=E5=B9=B3=E5=8C=96=E8=A1=A8=E5=A4=B4=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/ccdiProject/components/ProjectTable.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue index 0c081d2..e05754e 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue @@ -256,14 +256,17 @@ export default { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } - // 表头样式 + // 表头样式 - 扁平化,无背景色 th { - background-color: #f5f5f5; + background-color: transparent; color: #333; font-weight: 600; font-size: 14px; - height: 48px; - padding: 12px; + height: 56px; + padding: 16px 12px; + + // 只保留底部一条分隔线 + border-bottom: 2px solid #e0e0e0; } // 数据行样式