feat: pagination for memo list (#330)

This commit is contained in:
boojack
2022-10-21 22:51:41 +08:00
committed by GitHub
parent fc5d5cf231
commit 1c2998c4d8
14 changed files with 234 additions and 58 deletions

View File

@@ -40,7 +40,11 @@
.ol-block,
.ul-block,
.todo-block {
@apply inline-block box-border text-center w-7 font-mono select-none;
@apply inline-block box-border text-right w-8 mr-px font-mono select-none whitespace-nowrap;
}
.ul-block {
@apply text-center;
}
.todo-block {