feat(lib): upgrade libs and fix exampleSite bugs

This commit is contained in:
Dillon
2019-11-20 15:58:41 +08:00
parent a53482e26b
commit e8ee57c295
109 changed files with 9164 additions and 119 deletions

View File

@@ -3,3 +3,4 @@
@import 'gantt';
@import 'class';
@import 'git';
@import 'pie';

View File

@@ -0,0 +1,5 @@
.pieTitleText {
text-anchor: middle;
font-size: 25px;
fill: $taskTextDarkColor;
}