add lib folder

This commit is contained in:
jiaming743
2019-08-22 14:41:07 +08:00
parent e98f7caf96
commit 93bc3615ea
93 changed files with 4970 additions and 0 deletions

View File

@ -0,0 +1,13 @@
.dv-percent-pond {
display: flex;
flex-direction: column;
}
.dv-percent-pond polyline {
transition: all 0.3s;
}
.dv-percent-pond text {
font-size: 25px;
font-weight: bold;
text-anchor: middle;
dominant-baseline: middle;
}