update lib

This commit is contained in:
jiaming743
2019-08-30 09:44:38 +08:00
parent 24a0c8a9e8
commit 54bc52c1bf
2 changed files with 13 additions and 15 deletions

View File

@ -38,18 +38,18 @@
transition: all 0.3s;
}
.capsule-chart .unit-label {
display: flex;
flex-direction: row;
line-height: 20px;
height: 20px;
font-size: 12px;
}
.capsule-chart .unit-text {
width: 30px;
text-align: right;
}
.capsule-chart .unit-container {
flex: 1;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.capsule-chart .unit-text {
text-align: right;
display: flex;
align-items: flex-end;
font-size: 12px;
line-height: 20px;
margin-left: 10px;
}