| | |
| | | <basic-container> |
| | | <div class="helpContainer"> |
| | | <el-table |
| | | class="custom-table" |
| | | border |
| | | class="custom-header" |
| | | :data="helpData" |
| | | style="width: 100%" |
| | | :row-class-name="tableRowClassName" |
| | |
| | | </script> |
| | | <style lang="scss"> |
| | | .helpContainer { |
| | | .el-table .success-row { |
| | | --el-table-tr-bg-color: #fff; |
| | | } |
| | | .el-table .warning-row { |
| | | --el-table-tr-bg-color: #f3f6ff; |
| | | } |
| | | // .el-table .success-row { |
| | | // --el-table-tr-bg-color: #fff; |
| | | // } |
| | | // .el-table .warning-row { |
| | | // --el-table-tr-bg-color: #f3f6ff; |
| | | // } |
| | | } |
| | | </style> |
| | | <style scoped lang="scss"> |
| | |
| | | color: #19876d; |
| | | cursor: pointer; |
| | | } |
| | | :deep(.custom-header th.el-table__cell) { |
| | | color: rgba(0, 0, 0, 0.85); |
| | | background: #fafafa; |
| | | |
| | | } |
| | | } |
| | | </style> |