From b8977710b6d7463a8f68ad0c86a4bbd02841493f Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期一, 11 十一月 2024 18:03:21 +0800 Subject: [PATCH] 错题详情 --- src/views/grade-list/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/grade-list/index.vue b/src/views/grade-list/index.vue index 3e865f1..32d1fe3 100644 --- a/src/views/grade-list/index.vue +++ b/src/views/grade-list/index.vue @@ -30,8 +30,8 @@ </div> <div class="card-footer flex justify-center mb-7 shrink-0"> - <el-pagination background layout="prev, pager, next" - :total="dataList.length" + <el-pagination background layout="prev, pager, next" + :total="dataList.length" :default-page-size="currentSize" :currentPage="currentIndex" :hide-on-single-page="true" @@ -89,4 +89,4 @@ :deep(.el-tabs__nav-wrap:after) { display: none; } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0