forked from drone/command-center-dashboard

chenyao
2025-04-14 b0ccd2d131b2e3df5d901385e38ed0077b8d0fbc
src/views/Home/EventOverviewDetail/EventOverviewDetailRight.vue
@@ -90,6 +90,7 @@
         <div class="pagination">
            <el-pagination
               class="ztzf-pagination"
               background
               v-model:current-page="params.current"
               v-model:page-size="params.size"
@@ -196,7 +197,6 @@
         }
      })
      statusList.value[0].active = true
      console.log(statusList.value)
   })
}
@@ -450,13 +450,5 @@
   width: 100%;
   display: flex;
   justify-content: center;
   .el-pagination {
      --el-color-primary: #173da7;
      --el-pagination-button-bg-color: #131c35;
      --el-pagination-button-color: #ecf1ff;
      --el-disabled-bg-color: #131c35;
      --el-text-color-regular: #ecf1ff;
   }
}
</style>