|
@@ -27,9 +27,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="tw-flex tw-justify-between">
|
|
|
+ <div class="tw-flex tw-justify-between tw-place-content-center tw-mt-2">
|
|
|
<div @click="previousPage">上一页</div>
|
|
|
- <div>第{{ currentPage }}页</div>
|
|
|
+ <div style="line-height: 30px">第{{ currentPage }}页</div>
|
|
|
<div @click="nextPage">下一页</div>
|
|
|
</div>
|
|
|
</div>
|