Skip to content

Commit 48fef26

Browse files
committed
update home page ui
1 parent 2d6971e commit 48fef26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/.vuepress/components/CustomHero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</p>
1616
<br />
1717
<p class="color-black text-justify text-16px font-400">
18-
探索下面的综合文档,立即释放 IM 即时通讯的力量
18+
探索下面的综合文档,立即释放 IM 即时通讯的力量
1919
</p>
2020
</div>
2121
<div

docs/.vuepress/components/HomePage.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ const activeTab = ref(0);
303303
}
304304
305305
.main-content {
306+
box-sizing: border-box;
306307
align-self: center;
307308
width: 100%;
308309
max-width: 1200px;
@@ -517,7 +518,7 @@ const activeTab = ref(0);
517518
}
518519
519520
.tab-header {
520-
width: 180px;
521+
width: 170px;
521522
display: flex;
522523
justify-content: space-between;
523524
color: #abadad;

0 commit comments

Comments
 (0)