We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bf760 commit 2b85caeCopy full SHA for 2b85cae
src/pages/index/index.vue
@@ -18,7 +18,7 @@
18
<view class="text-center text-4xl main-title-color mt-4">unibest</view>
19
<view class="text-center text-2xl mt-2 mb-8">最好用的 uniapp 开发模板</view>
20
<view class="text-justify max-w-100 m-auto text-4 indent mb-2">{{ description }} </view>
21
- <view class="mt-8">
+ <view class="mt-8 text-center">
22
<text class="text-green-400">在线文档:</text>
23
<!-- #ifndef H5 -->
24
https://codercup.github.io/unibest-docs/
@@ -29,7 +29,7 @@
29
</a>
30
<!-- #endif -->
31
</view>
32
- <view class="mt-4">
+ <view class="mt-4 text-center">
33
<text class="text-green-400">在线预览:</text>
34
35
https://codercup.github.io/unibest/
0 commit comments