Merge pull request #104 from alimy/main

fixed collection page's pagination item to center
pull/105/head
Michael Li 3 years ago committed by GitHub
commit 98d7701121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,4 +70,13 @@ const updatePage = (p: number) => {
onMounted(() => {
loadPosts();
});
</script>
</script>
<style lang="less" scoped>
.pagination-wrap {
padding: 10px;
display: flex;
justify-content: center;
overflow: hidden;
}
</style>
Loading…
Cancel
Save