吉安感知网项目-前端
罗广辉
2026-08-13 1d552a3bad95caae4af15322df28e6240b797693
applications/drone-command/src/styles/common/cockpit.scss
@@ -1139,8 +1139,10 @@
        }
    }
    th.el-table__cell:not(.fixed-column),
    td.el-table__cell:not(.fixed-column) {
    // 注意:Element Plus 2.9.11 固定列类名为 el-table-fixed-column--left/right,
    // 老的 .fixed-column 已不存在,这里需一并排除,否则固定列会被刷成透明
    th.el-table__cell:not(.fixed-column):not(.el-table-fixed-column--left):not(.el-table-fixed-column--right),
    td.el-table__cell:not(.fixed-column):not(.el-table-fixed-column--left):not(.el-table-fixed-column--right) {
        background: transparent !important;
    }
@@ -1182,7 +1184,9 @@
        }
    }
    .fixed-column {
    .fixed-column,
    .el-table-fixed-column--left,
    .el-table-fixed-column--right {
        background-color: #1A1A2A !important;
    }
}