Skip to content

Commit

Permalink
~ input style
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Oct 23, 2018
1 parent 4673f11 commit 0736419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "blear.utils.copy",
"version": "1.0.0",
"version": "1.0.1",
"description": "浏览器端的文本复制",
"scripts": {
"live": "browser-sync start --config bs-config.js",
Expand Down
7 changes: 4 additions & 3 deletions src/index.js
Expand Up @@ -13,10 +13,11 @@ var inputEl = modi.create('input', {
style: {
position: 'absolute',
opacity: 0,
width: 1,
height: 1,
width: 100,
height: 20,
top: -999,
left: -999
left: -999,
fontSize: 12
}
}, {
readOnly: true
Expand Down

0 comments on commit 0736419

Please sign in to comment.