panhui 3 years ago
parent
commit
3b6d9aa68f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/common/VipPannel.vue

+ 3 - 1
src/components/common/VipPannel.vue

@@ -16,7 +16,9 @@
                             <img class="w-[44px] h-[44px]" :src="item.img" alt="" />
                             <div class="text text-xs mt-2 text-center">
                                 <div>{{ item.name }}</div>
-                                <div class="mt-0.5 text-xs[10px] text-[#797A8A]">{{ item.desc }}</div>
+                                <div class="mt-0.5 text-xs[10px] text-[#797A8A]" style="font-size: 10px">
+                                    {{ item.desc }}
+                                </div>
                             </div>
                         </div>
                     </n-grid-item>