Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit 6575a8b

Browse files
committed
fix px
1 parent c2266c2 commit 6575a8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ mods/.sass-cache/
1414
!.editorconfig
1515
lerna-debug.log
1616
build
17-
17+
.vscode/
1818
npm-debug*

packages/wxc-overlay/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
opacity: this.hasAnimation ? 0 : 1,
6969
backgroundColor: `rgba(0, 0, 0,${this.opacity})`,
7070
left: Utils.env.isWeb() ? this.left + 'px' : 0,
71-
top: this.top
71+
top: this.top + 'px'
7272
}
7373
},
7474
shouldShow () {

0 commit comments

Comments
 (0)