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

@@ -2,7 +2,7 @@
<div v-if="loading">
<t-loading :empty="loadingEmpty" :title="loadingTitle" />
</div>
<div v-else class="mys-post-json">
<div v-else class="dev-json">
<json-viewer :value="jsonData" copyable boxed />
</div>
</template>

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>