bug
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
|
||||
<div class="cards-bottom">
|
||||
<span>走访人:<AiOpenData v-if="item.createUserName" type="userName" :openid="item.createUserName" style="display:inline-block;" /></span>
|
||||
<span>走访人:<AiOpenData v-if="item.createUserName" type="userName" :openid="item.createUserName" style="display: inline-block" /></span>
|
||||
<span style="margin-left: 8px">{{ item.createTime }}</span>
|
||||
</div>
|
||||
</template>
|
||||
@@ -49,8 +49,8 @@
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="empty" v-else>
|
||||
<img src="https://cdn.cunwuyun.cn/dvcp/h5/no-data.png" alt="">
|
||||
<p>您还未添加过走访慰问<br/>点击<span @click="toAdd()">新增按钮</span>试试吧</p>
|
||||
<img src="https://cdn.cunwuyun.cn/dvcp/h5/no-data.png" alt="" />
|
||||
<p>您还未添加过走访慰问<br />点击<span @click="toAdd()">新增按钮</span>试试吧</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -350,21 +350,21 @@ uni-page-body {
|
||||
bottom: 106px;
|
||||
z-index: 9;
|
||||
}
|
||||
.empty{
|
||||
.empty {
|
||||
height: 100%;
|
||||
img{
|
||||
img {
|
||||
width: 282px;
|
||||
height: 306px;
|
||||
margin: 168px 0 0 234px;
|
||||
}
|
||||
p{
|
||||
p {
|
||||
text-align: center;
|
||||
font-size: 28px;
|
||||
font-family: PingFangSC-Regular, PingFang SC;
|
||||
color: #999;
|
||||
line-height: 44px;
|
||||
span{
|
||||
color: #467DFE;
|
||||
span {
|
||||
color: #467dfe;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user