Commit 110838ca authored by anxixi's avatar anxixi

pc搜索等新功能及优化

parent 0a30320f
......@@ -26,7 +26,7 @@
<ul class="l_n3">
<li v-if="index <= 2" v-for="(item,index) in guessdata.guessLeaderboardList">
<p class="p_img" :class="index==0?'p_img_1':index==1?'p_img_2':index==2?'p_img_3':''">
<img v-if="!item.isuser" :src="item.empLogo?item.empLogo:require('../../assets/img/defaultlogo.png')" alt="">
<img @click="tohome(item.empId)" v-if="!item.isuser" :src="item.empLogo?item.empLogo:require('../../assets/img/defaultlogo.png')" alt="">
<span>{{item.nickName}}</span>
</p>
<div v-if="!item.isuser" style="text-align: left;font-size: 14px;line-height: 24px;">
......@@ -221,6 +221,7 @@
height: 200px;
margin-bottom: 20px;
position: relative;
cursor: pointer;
img{
position: absolute;
border: 2px solid #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment