fix: 添加表格透明背景,修复表头白色背景问题

This commit is contained in:
wkc
2026-02-28 11:02:48 +08:00
parent 897b5a39f0
commit e388da627e

View File

@@ -244,8 +244,9 @@ export default {
// 表格整体样式 - 扁平化设计
::v-deep .el-table {
// 移除边框和卡片效果
// 移除边框和卡片效果,设置透明背景
border: none !important;
background-color: transparent !important;
overflow: hidden;
// 表头样式 - 扁平化,无背景色