| | |
| | | position: absolute; |
| | | top: 7.2rem; |
| | | left: 3.3rem; |
| | | } |
| | | |
| | | // 状态颜色 |
| | | .el-table .warning-row { |
| | | background-color: rgba(81, 210, 255, 0.1); |
| | |
| | | // } |
| | | // .workStatistics-table { |
| | | .el-table tr { |
| | | // background-color: rgba(81, 210, 255, 0.1); |
| | | background: transparent; |
| | | } |
| | | // 头部 |
| | | .el-table th.el-table__cell { |
| | | // background-color: rgba(1, 68, 117, 1); |
| | | background: transparent; |
| | | } |
| | | // .el-table__fixed, |
| | |
| | | // .el-table__fixed::before { |
| | | // background-color: #51d2ff; |
| | | // } |
| | | .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell { |
| | | .el-table--striped |
| | | .el-table__body |
| | | tr.el-table__row--striped |
| | | td.el-table__cell { |
| | | // background-color: rgba(1, 68, 117, 1); |
| | | background: transparent; |
| | | } |
| | |
| | | color: #ffffff; |
| | | line-height: 2.6rem; |
| | | } |
| | | } |
| | | // } |
| | | </style> |
| | | <style lang="scss" scoped> |