refactor(style): remove tailwind css

This commit is contained in:
nebv
2020-10-11 00:05:29 +08:00
parent 66b5616957
commit 03b6025d07
52 changed files with 513 additions and 505 deletions

View File

@@ -64,6 +64,7 @@ export default defineComponent({
return {
fontSize: `${fs}px`,
color,
display: 'inline-flex',
};
});