通讯录=>电话簿
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user