无人机管理后台前端(已迁走)
张含笑
2025-12-08 36a681fbcaa3b73a08658b81b55bb44e7a008b14
feat:事件工单修复
1 files modified
12 ■■■■ changed files
src/views/tickets/ticket.vue 12 ●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -1482,9 +1482,15 @@
  flex-direction: column;
}
.dataTable {
    height: 0;
    flex: 1;
    overflow: auto;
    // height: 0;
    // flex: 1;
     height: calc(100vh - 365px);
     :deep(.el-scrollbar__view) {
      height: 100%;
    }
    :deep(.el-table--fit,.el-scrollbar__view) {
      height: 100%;
    }
}
.pagination {
  display: flex;