This commit is contained in:
2023-06-30 22:47:12 +08:00
parent 9af6954816
commit 10dd3ac03a
3 changed files with 124 additions and 41 deletions

View File

@@ -172,25 +172,6 @@ body {
height: 64px;
}
.task_amounts>div {
flex: auto;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: aliceblue;
}
.task_amounts>div:first-child {
border-radius: 8px 0 0 8px;
background-color: black;
}
.task_amounts>div:last-child {
border-radius: 0 8px 8px 0
}
.btn-success {
background-color: #28a745
}