fix(parser): 解决样式不生效问题,后续待优化

This commit is contained in:
BTMuli
2023-04-02 18:04:14 +08:00
parent 9e216514fb
commit 9d756b8d96
5 changed files with 32 additions and 13 deletions

View File

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