Browse Source

Merge branch 'newVersion' into online

mo 2 years ago
parent
commit
7a5be79df2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/student-info/my-follow/item.tsx

+ 3 - 3
src/views/student-info/my-follow/item.tsx

@@ -100,21 +100,21 @@ export default defineComponent({
               {item.userName}
             </p>
             <div class="flex items-center">
-              <ElImage
+              {/* <ElImage
                 src={
                   this.checkBadge('VIP')
                     ? getAssetsHomeFile('icon_vip.png')
                     : getAssetsHomeFile('icon_vip_default.png')
                 }
                 class="h-7 -ml-1"
-              />
+              /> */}
               <img
                 src={
                   this.checkBadge('STYLE')
                     ? getAssetsHomeFile('icon_cert.png')
                     : getAssetsHomeFile('icon_cert_default.png')
                 }
-                class="h-[26px] px-1"
+                class="h-[26px] -ml-1"
               />
               <img
                 src={