无人机管理后台前端(已迁走)
chenyao
2025-12-06 38e4af7ca9d1c60c4976f690aba2153ce0907b46
src/views/tickets/ticket.vue
@@ -243,9 +243,19 @@
              </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"
@@ -1472,7 +1482,7 @@
  flex-direction: column;
}
.dataTable {
 height: 0;
    height: 0;
    flex: 1;
    overflow: auto;
}
@@ -1531,6 +1541,10 @@
  :deep(.el-table--border) {
    border: 1px solid #ebeef5;
  }
  :deep(.el-table__empty-block) {
    height: calc(100vh - 400px) !important;
  }
}
::v-deep(.el-tabs) {
  height: 100%;