mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
fix(css): 样式调整
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -44,4 +44,6 @@ onMounted(async () => {
|
||||
}, 200);
|
||||
});
|
||||
</script>
|
||||
<style lang="css"></style>
|
||||
<style lang="css" scoped>
|
||||
@import "../assets/css/post-parser.css";
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user