abpcoder пре 2 недеља
родитељ
комит
0fb041e526
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/pagesMain/pages/volunteer/components/volunteer-tier-item.vue

+ 1 - 1
src/pagesMain/pages/volunteer/components/volunteer-tier-item.vue

@@ -2,7 +2,7 @@
     <view class="rounded-xl bg-gradient-to-b w-[230px] min-w-[230px] volunteer-tier-item"
           :class="[data.colorFrom, data.colorTo]">
         <view class="h-90 px-30 flex justify-between items-center">
-            <view class="flex">
+            <view class="flex items-center">
                 <ie-image is-oss src="/volunteer/index/tier_medal.png" custom-class="w-48"/>
                 <text class="ml-8 text-base font-bold" :class="data.colorText">{{ data.typeName }}</text>
             </view>