积分统计

This commit is contained in:
shijingjing
2022-08-05 14:30:31 +08:00
parent efd7d00fa9
commit 567bde994f
2 changed files with 2 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ export default {
height: 100%; height: 100%;
padding: 0 0 20px 0; padding: 0 0 20px 0;
box-sizing: border-box; box-sizing: border-box;
margin-top: 20px;
.card_list { .card_list {
display: flex; display: flex;
.card { .card {

View File

@@ -320,6 +320,7 @@ export default {
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
padding-top: 20px;
.overallStatistics { .overallStatistics {
width: 100%; width: 100%;
margin-bottom: 16px; margin-bottom: 16px;