29184 29183
This commit is contained in:
		| @@ -210,8 +210,8 @@ export default { | ||||
|     display: inline-block; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .emptyWrap { | ||||
|     margin-top: 200px; | ||||
|   ::v-deep .emptyWrap .emptyImg { | ||||
|     margin-top: 220px; | ||||
|   } | ||||
| } | ||||
| </style> | ||||
| @@ -1,5 +1,5 @@ | ||||
| <template> | ||||
|   <div class="myNeighborInfo"> | ||||
|   <div class="myNeighborInfo" v-if="userList.length"> | ||||
|     <div class="card-list"> | ||||
|       <div class="item" v-for="(item,index) in userList" :key="index" @click="$linkTo(`./familyInfo?idNumber=${item.idNumber}`)"> | ||||
|         <div class="userpic"> | ||||
| @@ -16,6 +16,8 @@ | ||||
|       </div> | ||||
|     </div> | ||||
|   </div> | ||||
|  | ||||
|   <AiEmpty description="暂无数据" class="emptyWrap" v-else /> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user