This commit is contained in:
A1300399510
2023-08-08 18:48:08 +08:00
parent 64e8ac5d11
commit 9d8e258310
3 changed files with 17 additions and 7 deletions

View File

@@ -10,7 +10,10 @@
:class="{ 'navigation-text-click': item.key === topTabNum }" v-for="(item, i) in topTab.data" :key="i">
{{ item.name }}</div>
<div class="user-box" v-if="user.data['uid'] > 0">
<img :src="user.data.avatar" class="user-img" alt="">
<a target="_blank" :href="`https://bbs.gter.net/home.php?mod=space&uid=${user.data['uin']}`">
<img :src="user.data.avatar" class="user-img" alt="">
</a>
<!-- <img v-else src="@/assets/img/publicImage/defaultAvatar.png" class="user-img" alt=""> -->
<div class="user-out-box">
<div class="box-bg dis-f jus-x">
@@ -279,8 +282,8 @@ const goIndex = () => router.push("/")
border-bottom: 4px solid rgba(78, 144, 204, 1);
}
.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn:hover{
color:#fff !important;
.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn:hover {
color: #fff !important;
}
.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn {