Vue2_Frontend 수정1...

This commit is contained in:
최준흠 2022-08-30 16:20:06 +09:00
parent 409ad85356
commit 7b1642c0c2

View File

@ -117,17 +117,20 @@
<p>{{ selectedRows }}</p>
</b-col>
<b-col>
<template>
<b-pagination
v-model="currentPage"
:total-rows="total"
:per-page="perPage"
@page-click="pageClick"
aria-controls="todoTable"
size="lg"
class="justify-content-center"
></b-pagination>
</template>
<b-pagination
v-model="currentPage"
:total-rows="total"
:per-page="perPage"
@page-click="pageClick"
last-number
aria-controls="todoTable"
class="justify-content-center"
>
<template #page="{ page, active }">
<b v-if="active">{{ page }}</b>
<i v-else>{{ page }}</i>
</template>
</b-pagination>
</b-col>
<b-col>
<b-input-group class="justify-content-end">