From f9cf7e9f8660c828f8ba4fffae9f64f3f50a60c3 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Sat, 28 Feb 2026 10:56:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=8D=A1=E7=89=87=E8=83=8C=E6=99=AF,=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E6=89=81=E5=B9=B3=E5=8C=96=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/ccdiProject/components/ProjectTable.vue | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue index b7728a8..d916fc3 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue @@ -242,21 +242,12 @@ export default { .project-table-container { margin-top: 16px; - // 表格整体样式 - Material Design 卡片式 + // 表格整体样式 - 扁平化设计 ::v-deep .el-table { - // 移除边框,使用阴影 + // 移除边框和卡片效果 border: none !important; - border-radius: 8px; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); overflow: hidden; - // 悬停时卡片阴影加深 - transition: box-shadow 0.3s ease; - - &:hover { - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); - } - // 表头样式 - 扁平化,无背景色 th.el-table__cell { background-color: transparent !important;