Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jun 20, 2017
1 parent a825093 commit 85f09c3
Show file tree
Hide file tree
Showing 39 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/frames/conversation/groupchat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
.router-show-enter-active,.router-show-leave-active{
transition: all .4s;
}
.router-show-enter,.router-show-leave{
.router-show-enter,.router-show-leave-active{
transform:translateX(100%)
}
Expand Down Expand Up @@ -654,11 +654,12 @@
z-index:100;
img{
display:block;
width:100%;
width:auto;
height:15.0186666667rem;
position: absolute;
top:50%;
left:0;
left:50%;
transform:translateX(-50%);
margin-top:-7.5093333333rem;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/frames/conversation/singlechat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
.router-show-enter-active,.router-show-leave-active{
transition: all .4s;
}
.router-show-enter,.router-show-leave{
.router-show-enter,.router-show-leave-active{
transform:translateX(100%)
}
Expand Down
2 changes: 2 additions & 0 deletions src/frames/find/friendcircle/friendcircle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,11 @@
@include widthHeight(12rem,2rem);
background:#fff;
left:2rem;
}
.friend_wipe{
width:100%;
padding-bottom:1rem;
background-color: #f8f8f8;
overflow:scroll;
-webkit-overflow-scrolling: touch;
Expand Down
Binary file removed src/images/a.jpg
Binary file not shown.
Binary file removed src/images/ajing.jpg
Binary file not shown.
Binary file removed src/images/b1.jpg
Binary file not shown.
Binary file removed src/images/c.jpg
Binary file not shown.
Binary file removed src/images/caiwei.jpg
Binary file not shown.
Binary file removed src/images/cangdu.jpg
Binary file not shown.
Binary file removed src/images/chen.jpg
Binary file not shown.
Binary file removed src/images/chenchangsheng.jpg
Binary file not shown.
Binary file removed src/images/chenyuan.jpg
Binary file not shown.
Binary file removed src/images/chuqiao.jpg
Binary file not shown.
Binary file removed src/images/d.jpg
Binary file not shown.
Binary file removed src/images/dinglan.jpg
Binary file not shown.
Binary file removed src/images/e.jpg
Binary file not shown.
Binary file removed src/images/f.jpg
Binary file not shown.
Binary file removed src/images/fengmian.jpg
Binary file not shown.
Binary file removed src/images/g.jpg
Binary file not shown.
Binary file removed src/images/h.jpg
Binary file not shown.
Binary file removed src/images/hexiao.jpg
Binary file not shown.
Binary file removed src/images/hu.jpg
Binary file not shown.
Binary file removed src/images/jinghan.jpg
Binary file not shown.
Binary file removed src/images/jingsi.jpg
Binary file not shown.
Binary file removed src/images/lanshuyi.jpg
Binary file not shown.
Binary file removed src/images/li.jpg
Binary file not shown.
Binary file removed src/images/liangshaoqing.jpg
Binary file not shown.
Binary file removed src/images/lichun.jpg
Binary file not shown.
Binary file removed src/images/mengfeng.jpg
Diff not rendered.
Binary file removed src/images/shugeuifei.jpg
Diff not rendered.
Binary file removed src/images/tao.jpg
Diff not rendered.
Binary file removed src/images/wudaoya.jpg
Diff not rendered.
Binary file removed src/images/xiaoyu.jpg
Diff not rendered.
Binary file removed src/images/yabao.jpg
Diff not rendered.
Binary file removed src/images/yexun.jpg
Diff not rendered.
Binary file removed src/images/yuanchun.jpg
Diff not rendered.
Binary file removed src/images/yuwenyue.jpg
Diff not rendered.
Binary file removed src/images/zhaosong.jpg
Diff not rendered.
Binary file removed src/images/zhongyu.jpg
Diff not rendered.

0 comments on commit 85f09c3

Please sign in to comment.