通讯录=>电话簿

This commit is contained in:
aixianling
2022-03-15 16:38:08 +08:00
parent c3a517184e
commit cd8aa29239
2 changed files with 9 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
</div>
<div class="empty" v-else>
<img src="./img/empty.png" alt="">
<p>您还未添加通讯录
<p>您还未添加电话簿
<!-- <br/>点击<span @click="edit('')">新增按钮</span>试试吧 -->
</p>
</div>
@@ -152,7 +152,7 @@ export default {
height: 112px;
line-height: 112px;
background: #3975C6;
box-shadow: 0px 1px 0px 0px #EEEEEE;
box-shadow: 0 1px 0 0 #EEEEEE;
position: fixed;
bottom: 0;
left: 0;