mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
修改UI
This commit is contained in:
parent
42ad00fb92
commit
3aa1552c5c
@ -92,7 +92,7 @@
|
||||
</template>
|
||||
</div>
|
||||
<template v-if="lists.length >= 0">
|
||||
<nav>
|
||||
<nav class="pagination-container">
|
||||
{{.PageHtml}}
|
||||
</nav>
|
||||
</template>
|
||||
|
@ -88,7 +88,7 @@
|
||||
<div class="text-center">暂无数据</div>
|
||||
{{end}}
|
||||
</div>
|
||||
<nav>
|
||||
<nav class="pagination-container">
|
||||
{{.PageHtml}}
|
||||
</nav>
|
||||
</div>
|
||||
|
@ -119,7 +119,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</template>
|
||||
<nav>
|
||||
<nav class="pagination-container">
|
||||
{{.PageHtml}}
|
||||
</nav>
|
||||
</div>
|
||||
|
@ -47,7 +47,7 @@
|
||||
<span class="empty-text">暂无相关搜索结果</span>
|
||||
</div>
|
||||
{{end}}
|
||||
<nav>
|
||||
<nav class="pagination-container">
|
||||
{{.PageHtml}}
|
||||
</nav>
|
||||
<div class="clearfix"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user