Skip to content

Commit

Permalink
fix(wxss): transform太小修复 issues/74
Browse files Browse the repository at this point in the history
  • Loading branch information
guangwei.du committed Mar 6, 2019
1 parent f3461a1 commit c0332af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion miniprogram_dist/index/index.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
position: absolute;
bottom: 0;
left: 0;
transform: translate3d(-999rpx, 0, 0);
transform: translate3d(-9999rpx, 0, 0);
}
.canvas.debug {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wxa-plugin-canvas",
"version": "1.1.9",
"version": "1.1.10",
"description": "小程序海报组件",
"main": "index.js",
"scripts": {
Expand Down

1 comment on commit c0332af

@wujiakang
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.canvas.debug的1像素描边,你能不能给去掉啊

Please sign in to comment.