Skip to content

Commit

Permalink
feat:#85 Google插件扩展-修复样式
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Sep 24, 2022
1 parent aeb31ff commit 2397a3b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/blog/BlogDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<!-- 文章详情 -->
<DefaultPostDetailService :page-id="pid"/>

<locale-changer/>
<div id="dt-tool">
<locale-changer/>
</div>
</div>
</template>

Expand Down Expand Up @@ -53,6 +55,11 @@ export default {
}
</script>

<style>
#dt-tool .el-form-item__label{
width: unset !important;
}
</style>
<style scoped>
.post-detail-content-box {
padding: 10px;
Expand Down

0 comments on commit 2397a3b

Please sign in to comment.