This commit is contained in:
liuye
2022-02-10 16:34:36 +08:00
parent cf4fa7623a
commit 71a82839d9
8 changed files with 67 additions and 12 deletions

View File

@@ -43,7 +43,11 @@
</div>
</div>
</div>
<AiEmpty class="emptyWrap" v-else :noPermit="true" description="暂无居民<br/>信息点击按钮新增居民信息,也可在管理系统批量导入"></AiEmpty>
<!-- <AiEmpty class="emptyWrap" v-else :noPermit="true" description="暂无居民<br/>信息点击按钮新增居民信息,也可在管理系统批量导入"></AiEmpty> -->
<div class="empty" v-else>
<img src="https://cdn.cunwuyun.cn/dvcp/h5/no-data.png" alt="">
<p>暂无居民信息<br/>点击<span @click="edit('')">新增按钮</span>新增居民信息,也可在管理系统批量导入</p>
</div>
<div class="pad-b112"></div>
<div class="add-btn" @click="edit('')">
<div>新增居民</div>
@@ -291,5 +295,23 @@ uni-page-body {
::v-deep .u-tab-bar{
margin-bottom: -6px;
}
.empty{
height: 100%;
img{
width: 282px;
height: 306px;
margin: 168px 0 0 234px;
}
p{
text-align: center;
font-size: 28px;
font-family: PingFangSC-Regular, PingFang SC;
color: #999;
line-height: 44px;
span{
color: #467DFE;
}
}
}
}
</style>