We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6971e commit 48fef26Copy full SHA for 48fef26
docs/.vuepress/components/CustomHero.vue
@@ -15,7 +15,7 @@
15
</p>
16
<br />
17
<p class="color-black text-justify text-16px font-400">
18
- 探索下面的综合文档,立即释放 IM 即时通讯的力量
+ 探索下面的综合文档,立即释放 IM 即时通讯的力量。
19
20
</div>
21
<div
docs/.vuepress/components/HomePage.vue
@@ -303,6 +303,7 @@ const activeTab = ref(0);
303
}
304
305
.main-content {
306
+ box-sizing: border-box;
307
align-self: center;
308
width: 100%;
309
max-width: 1200px;
@@ -517,7 +518,7 @@ const activeTab = ref(0);
517
518
519
520
.tab-header {
- width: 180px;
521
+ width: 170px;
522
display: flex;
523
justify-content: space-between;
524
color: #abadad;
0 commit comments