细节优化

This commit is contained in:
kron
2025-08-05 16:26:43 +08:00
parent c678a3160a
commit 5d0b27c568
3 changed files with 7 additions and 2 deletions

View File

@@ -179,7 +179,8 @@ const toDetailPage = (id) => {
width: 40px;
}
.point-records {
padding: 15px;
height: calc(100% - 30px);
margin: 15px;
margin-bottom: 0;
height: calc(100% - 70px);
}
</style>