Selaa lähdekoodia

chore: refine index.vue

Burt 2 vuotta sitten
vanhempi
commit
90b63f394f
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/pages/index/index.vue

+ 2 - 1
src/pages/index/index.vue

@@ -16,7 +16,7 @@
       <image src="/static/logo.svg" alt="" class="w-40 h-40 block mx-auto" />
     </view>
     <view class="text-center text-4xl main-title-color mt-4">unibest</view>
-    <view class="text-center text-2xl mt-4 mb-8">最好用的 uniapp 开发框架</view>
+    <view class="text-center text-2xl mt-2 mb-8">最好用的 uniapp 开发框架</view>
     <view class="text-center text-xl">
       unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code
       开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写
@@ -49,6 +49,7 @@ const onCopy = () => {
 
 <style>
 .main-title-color {
+  /* color: #2c8d39; */
   color: #d14328;
 }
 </style>