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

@@ -21,3 +21,8 @@
},
});
</script>
<style lang="less" scoped>
.bg-gray-700 {
background: #4a5568;
}
</style>