优化前端ui

This commit is contained in:
yml2213
2026-05-17 08:28:27 +08:00
parent 3ca71b782b
commit d8c411d67f
18 changed files with 54 additions and 49 deletions
@@ -998,6 +998,9 @@ onBeforeUnmount(clearScreenshotPreview)
/>
</section>
</template>
<el-empty v-else description="任务不存在或已被删除" />
</section>
</template>
@@ -398,7 +398,7 @@ function resetFilters() {
:page-size="pagination.pageSize"
:total="pagination.total"
layout="total, prev, pager, next"
class="mt-4" style="justify-content: center"
class="pagination-center"
@current-change="loadTasks"
/>
</template>