样式修改

This commit is contained in:
huichao
2020-07-25 16:29:11 +08:00
parent 3a99c0b40b
commit 190afa6abc
4 changed files with 111 additions and 108 deletions

View File

@@ -32,10 +32,10 @@
<span v-if="Name!==''">{{Name}}></span><span class="red">{{unitName}}</span>
</div>
<div class="flex align-items-c h86 content1 bg-white mt10" v-if="mask=='1'">
<div class="w40 h60 ml15 text-center" v-for="item in headerList">
<div class="w40 h60 ml15 text-center" v-for="item in headerList" :key='item'>
<div @click="(InfoDetails(item.agentCode))">
<img v-if="item.agentHeadUrl!==null" class="h40 w40" :src="item.agentHeadUrl" alt />
<img v-if="item.agentHeadUrl == null" class="h40 w40" src="@/assets/images/u188.png" alt />
<!-- <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="fs13">{{item.agentName}}</div>
</div>
</div>