fix(css): 样式调整

This commit is contained in:
BTMuli
2023-04-02 16:36:24 +08:00
parent 68c077326e
commit 7d116c6011
3 changed files with 4 additions and 2 deletions

View File

@@ -44,4 +44,6 @@ onMounted(async () => {
}, 200);
});
</script>
<style lang="css"></style>
<style lang="css" scoped>
@import "../assets/css/post-parser.css";
</style>