소스 검색

volunteer index - tier

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>