From e388da627e2ea2fb08b9dedc55c80fad9975d4fc Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Sat, 28 Feb 2026 11:02:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E9=80=8F=E6=98=8E=E8=83=8C=E6=99=AF=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=A1=A8=E5=A4=B4=E7=99=BD=E8=89=B2=E8=83=8C=E6=99=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue index d916fc3..8ef714b 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue @@ -244,8 +244,9 @@ export default { // 表格整体样式 - 扁平化设计 ::v-deep .el-table { - // 移除边框和卡片效果 + // 移除边框和卡片效果,设置透明背景 border: none !important; + background-color: transparent !important; overflow: hidden; // 表头样式 - 扁平化,无背景色