fix(client): userpage ui (#9179)

* fix(unverified): clip pages ui

* fix(unverified): user page width

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
Nya Candy 2022-12-27 13:19:43 +08:00 committed by GitHub
parent 6c674034fa
commit 574c57eda7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 14 deletions

View file

@ -1,9 +1,9 @@
<template>
<div>
<MkSpacer :content-max="700">
<MkPagination v-slot="{items}" ref="list" :pagination="pagination">
<MkPagePreview v-for="page in items" :key="page.id" :page="page" class="_gap"/>
</MkPagination>
</div>
</MkSpacer>
</template>
<script lang="ts" setup>