feat(users): calculate the user hourly scores income

This commit is contained in:
OldHawk
2018-06-03 23:51:31 +08:00
parent 717acfc98b
commit b9900a9b7c
23 changed files with 385 additions and 47 deletions

View File

@@ -44,4 +44,17 @@
height: 150px;
line-height: 0.8;
overflow-y: scroll;
}
}
.curr-score-info {
p {
margin-bottom: 0;
}
h5 {
line-height: 1.5;
margin: 0;
}
li {
line-height: 1.8;
}
}