吉安感知网项目-前端
shuishen
2026-07-23 6e88705bd5b443a259b24c17c8a299765d059d96
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;
    }
}
@@ -1781,7 +1785,7 @@
                            align-items: center;
                            .label {
                                width: 96px;
                                min-width: 96px;
                                font-family: Source Han Sans CN, Source Han Sans CN;
                                font-weight: 500;
                                font-size: 14px;
@@ -1965,7 +1969,7 @@
                                justify-content: flex-end;
                                padding-right: 12px;
                                width: 96px;
                                min-width: 96px;
                                font-family: Source Han Sans CN, Source Han Sans CN;
                                font-weight: 500;