Browse Source

fix: fix avatar height bug

Snoword 3 years ago
parent
commit
cd4ab76701
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/UserInfo/src/UserInfo.vue

+ 1 - 1
src/components/UserInfo/src/UserInfo.vue

@@ -49,7 +49,7 @@ const toDocument = () => {
       <img
         src="@/assets/imgs/avatar.jpg"
         alt=""
-        class="w-[calc(var(--tags-view-height)-10px)] rounded-[50%]"
+        class="w-[calc(var(--logo-height)-25px)] rounded-[50%]"
       />
       <span class="<lg:hidden text-14px pl-[5px] text-[var(--top-header-text-color)]">Archer</span>
     </div>