Skip to content

Commit

Permalink
update home page ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Wster11 committed Jan 9, 2025
1 parent 2d6971e commit 48fef26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/components/CustomHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</p>
<br />
<p class="color-black text-justify text-16px font-400">
探索下面的综合文档,立即释放 IM 即时通讯的力量
探索下面的综合文档,立即释放 IM 即时通讯的力量
</p>
</div>
<div
Expand Down
3 changes: 2 additions & 1 deletion docs/.vuepress/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ const activeTab = ref(0);
}
.main-content {
box-sizing: border-box;
align-self: center;
width: 100%;
max-width: 1200px;
Expand Down Expand Up @@ -517,7 +518,7 @@ const activeTab = ref(0);
}
.tab-header {
width: 180px;
width: 170px;
display: flex;
justify-content: space-between;
color: #abadad;
Expand Down

0 comments on commit 48fef26

Please sign in to comment.