Skip to content

Commit

Permalink
Tencent#134 修复iOS平台下跳转新页面,返回时Cell出现黑边的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
progrape committed Dec 23, 2015
1 parent 384b1cd commit e08b9f6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 8 additions & 1 deletion dist/style/weui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style/weui.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/style/base/mixin/setOnepx.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
width: 100%;
height: 1px;
border-top: 1px solid @c;
color: @c;
transform-origin: 0 0;
transform: scaleY(0.5);
}
Expand All @@ -19,6 +20,7 @@
width: 100%;
height: 1px;
border-bottom: 1px solid @c;
color: @c;
transform-origin: 0 100%;
transform: scaleY(0.5);
}
Expand All @@ -31,6 +33,7 @@
width: 1px;
height: 100%;
border-left: 1px solid @c;
color: @c;
transform-origin: 0 0;
transform: scaleX(0.5);
}
Expand All @@ -43,6 +46,7 @@
width: 1px;
height: 100%;
border-right: 1px solid @c;
color: @c;
transform-origin: 0 100%;
transform: scaleX(0.5);
}

0 comments on commit e08b9f6

Please sign in to comment.