update code format

This commit is contained in:
梁灏 2018-06-28 15:16:16 +08:00
parent cdeeeca4e5
commit 5f12f09b03
2 changed files with 4 additions and 4 deletions

View file

@ -86,7 +86,7 @@
'stroke-dasharray': `${this.len - 75}px ${this.len}px`,
'stroke-dashoffset': `-${75 / 2}px`,
'transition': 'stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s'
}
};
}
return style;
},