| | |
| | | } |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | .fixed-column { |
| | | .fixed-column, |
| | | .el-table-fixed-column--left, |
| | | .el-table-fixed-column--right { |
| | | background-color: #1A1A2A !important; |
| | | } |
| | | } |
| | |
| | | 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; |
| | |
| | | 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; |