提交 5e751449 编写于 作者: 绝世唐门三哥's avatar 绝世唐门三哥 🤞

Thu Nov 7 13:50:00 CST 2024 inscode

上级 02f92172
......@@ -15,6 +15,12 @@ import TheWelcome from './components/TheWelcome.vue'
<main>
<TheWelcome />
</main>
<el-pagination class="pagination" size="small" style="--el-color-primary: #0052D9;"
v-model:current-page="tableData.pageNum" v-model:page-size="tableData.PageSize" background="#0052D9"
layout="total, sizes, prev, pager, next" :total="tableData.total"
@size-change="(reset) => handleCurChange(reset, 'size')"
@current-change="(reset) => handleCurChange(reset, 'current')">
</el-pagination>
</template>
<style scoped>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册