perf: performance optimization

This commit is contained in:
vben
2020-10-15 21:12:38 +08:00
parent 8f4d51a7cf
commit 70fba7ecac
15 changed files with 126 additions and 74 deletions

View File

@@ -34,6 +34,12 @@
color: inherit;
}
> div {
display: flex;
justify-content: center;
align-items: center;
}
svg {
fill: @text-color-base;
}