修改
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user