mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 10:26:44 +08:00
bug解决
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<div @click="(InfoDetails(index))">
|
||||
<!-- <img v-if="item.agentHeadUrl!==null" class="h40 w40" :src="item.agentHeadUrl" alt /> -->
|
||||
<img class="h40 w40" src="@/assets/images/u188.png" alt />
|
||||
<div class="absolute h60 top15 left8 fs13 white captain" v-if="String(item.agentName)==String(Name).split('组')[0]">团队长</div>
|
||||
<div class="absolute fs12 white captain" v-if="String(item.agentName)==String(Name).split('组')[0]">团队长</div>
|
||||
<div :class="[item.isShowImg?'active':'']"></div>
|
||||
<div class="fs13">{{item.agentName}}</div>
|
||||
</div>
|
||||
@@ -381,6 +381,9 @@ export default {
|
||||
.captain{
|
||||
z-index: 2000;
|
||||
text-align: center;
|
||||
width:26px;
|
||||
width:40px;
|
||||
margin-top:-14px;
|
||||
margin-left:2px;
|
||||
background:red;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user