Skip to content

Commit 2b85cae

Browse files
refine: 居中显示文档和演示地址
1 parent f1bf760 commit 2b85cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<view class="text-center text-4xl main-title-color mt-4">unibest</view>
1919
<view class="text-center text-2xl mt-2 mb-8">最好用的 uniapp 开发模板</view>
2020
<view class="text-justify max-w-100 m-auto text-4 indent mb-2">{{ description }} </view>
21-
<view class="mt-8">
21+
<view class="mt-8 text-center">
2222
<text class="text-green-400">在线文档:</text>
2323
<!-- #ifndef H5 -->
2424
https://codercup.github.io/unibest-docs/
@@ -29,7 +29,7 @@
2929
</a>
3030
<!-- #endif -->
3131
</view>
32-
<view class="mt-4">
32+
<view class="mt-4 text-center">
3333
<text class="text-green-400">在线预览:</text>
3434
<!-- #ifndef H5 -->
3535
https://codercup.github.io/unibest/

0 commit comments

Comments
 (0)