| | |
| | | </template> |
| | | |
| | | <template #footer> |
| | | <el-row justify="space-between" class="p-b-2"> |
| | | <el-row justify="space-between" class="p-b-2 one-row"> |
| | | <el-button |
| | | :loading="downloadLoading" |
| | | type="primary" |
| | |
| | | // } |
| | | // }, |
| | | tableColumn() { |
| | | return checkboxOptions(this.deviceType); |
| | | return checkboxOptions(this.deviceType, true); |
| | | } |
| | | }, |
| | | methods: { |
| | |
| | | } |
| | | }; |
| | | </script> |
| | | <style scoped> |
| | | .one-row { |
| | | /* background-color: red; */ |
| | | flex-wrap: nowrap; |
| | | } |
| | | </style> |
| | | <style> |
| | | .el-table { |
| | | --el-table-bg-color: transparent; |
| | | --el-table-row-hover-bg-color: #23dad0a2; |
| | | --el-table-current-row-bg-color: #23dad0a2; |
| | | --el-table-row-hover-bg-color: #bffff454; |
| | | /* --el-table-row-hover-bg-color: transparent; */ |
| | | --el-table-current-row-bg-color: var(--select_color); |
| | | /* --el-table-current-row-bg-color: #7dff5d96; */ |
| | | --el-table-text-color: var(--font-color); |
| | | } |
| | |
| | | |
| | | .t-header-cell { |
| | | background-color: var(--bg-color-2) !important; |
| | | text-align: center !important; |
| | | /* text-align: center !important; */ |
| | | color: white !important; |
| | | } |
| | | .el-pagination { |