refactor(statistic): add margin to prefix

This commit is contained in:
07akioni 2020-11-14 22:27:00 +08:00
parent c2f5cb3137
commit 00a82e6df8

View File

@ -30,6 +30,7 @@ export default c([
}, [
cE('prefix', {
raw: `
margin: 0 4px;
font-size: 18px;
transition: .3s color ${cubicBezierEaseInOut};
`,