fix: 添加表格透明背景,修复表头白色背景问题
This commit is contained in:
@@ -244,8 +244,9 @@ export default {
|
|||||||
|
|
||||||
// 表格整体样式 - 扁平化设计
|
// 表格整体样式 - 扁平化设计
|
||||||
::v-deep .el-table {
|
::v-deep .el-table {
|
||||||
// 移除边框和卡片效果
|
// 移除边框和卡片效果,设置透明背景
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
background-color: transparent !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
// 表头样式 - 扁平化,无背景色
|
// 表头样式 - 扁平化,无背景色
|
||||||
|
|||||||
Reference in New Issue
Block a user