Feat(PersonalTool): Add pagination

Add pagination to personal tool management
This commit is contained in:
2024-04-27 17:55:46 +08:00
parent 8dd10910c9
commit 0674635577
3 changed files with 85 additions and 9 deletions

View File

@@ -56,6 +56,29 @@
font-size: 1.6em;
}
}
.load-more-card {
width: 100%;
height: 100%;
text-align: center;
align-items: center;
cursor: pointer;
.icon {
display: flex;
font-size: constants.$SIZE_ICON_XXL;
color: constants.$production-color;
align-items: center;
transform: translateY(-20px);
}
.text {
position: absolute;
top: 60%;
font-size: 1.2em;
font-weight: bolder;
}
}
}