| | |
| | | </template> |
| | | </template> |
| | | </el-table-column> |
| | | <template #empty> |
| | | <el-empty |
| | | class="custom-empty" |
| | | :image-size="100" |
| | | > |
| | | <template #description> |
| | | <span class="custom-text">暂无数据</span> |
| | | </template> |
| | | </el-empty> |
| | | </template> |
| | | </el-table> |
| | | </div> |
| | | <div class="pagination"> |
| | | <div class="pagination" v-if="tableData.length > 0"> |
| | | <el-pagination |
| | | class="table-pagination" |
| | | v-model:current-page="page.currentPage" |
| | |
| | | flex-direction: column; |
| | | } |
| | | .dataTable { |
| | | height: 0; |
| | | height: 0; |
| | | flex: 1; |
| | | overflow: auto; |
| | | } |
| | |
| | | :deep(.el-table--border) { |
| | | border: 1px solid #ebeef5; |
| | | } |
| | | |
| | | :deep(.el-table__empty-block) { |
| | | height: calc(100vh - 400px) !important; |
| | | } |
| | | } |
| | | ::v-deep(.el-tabs) { |
| | | height: 100%; |