mirror of
https://github.com/BioArchLinux/Rosa.git
synced 2025-03-10 12:02:43 +00:00
fix paging ui
This commit is contained in:
parent
bd2b609653
commit
12153dc708
1 changed files with 4 additions and 4 deletions
|
@ -45,8 +45,8 @@ watch(
|
|||
<div style="display: flex;">
|
||||
<p>{{ count }} packages. page {{ currentPage }} of {{ pages }}.</p>
|
||||
<div style="margin-left: auto;">
|
||||
<a href="#" @click.prevent="pageUp" style="margin-right: 2em;">< 上一页</a>
|
||||
<a href="#" @click.prevent="pageDown">下一页 ></a>
|
||||
<a href="#" @click.prevent="pageUp" style="margin-right: 2em;">< Prev</a>
|
||||
<a href="#" @click.prevent="pageDown">Next ></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -68,8 +68,8 @@ watch(
|
|||
<div style="display: flex;">
|
||||
<p>{{ count }} packages. page {{ currentPage }} of {{ pages }}.</p>
|
||||
<div style="margin-left: auto;">
|
||||
<a href="#" @click.prevent="pageUp" style="margin-right: 2em;">< 上一页</a>
|
||||
<a href="#" @click.prevent="pageDown">下一页 ></a>
|
||||
<a href="#" @click.prevent="pageUp" style="margin-right: 2em;">< Prev</a>
|
||||
<a href="#" @click.prevent="pageDown">Next ></a>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue