This commit is contained in:
liuye
2022-01-14 17:06:37 +08:00
parent 04c210e259
commit 27ff796799

View File

@@ -20,7 +20,7 @@
</div>
<div class="user-content user-item" v-for="(item, index) in dataInfo.girdMembers" :key="index">
<image :src="item.photo" alt="" mode="aspectFill" v-if="item.photo" />
<img src="./components/img/big-user.png" alt="" v-else />
<img src="./components/img/user-img.png" alt="" v-else />
<div class="right">
<div class="name">{{item.name}}
<span class="gird">{{item.checkType == 2 ? '网格长' : '网格员'}}</span>
@@ -140,13 +140,11 @@ export default {
width: 200px;
height: 200px;
margin-right: 32px;
border-radius: 50%;
}
image{
width: 200px;
height: 200px;
margin-right: 32px;
border-radius: 50%;
}
.right{
width: 100%;