File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
- registry = https://registry.npm.taobao.org
2
- sass_binary_site = https://npm.taobao.org /mirrors/node-sass/
3
- phantomjs_cdnurl = https://npm.taobao.org /mirrors/phantomjs
4
- ELECTRON_MIRROR = https://npm.taobao.org /mirrors/electron/
5
- chromedriver_cdnurl = http://npm.taobao.org/mirrors/chromedrive
6
- puppeteer_download_host = https://npm.taobao.org /mirrors
1
+ registry = https://registry.npmmirror.com
2
+ sass_binary_site = https://npmmirror.com /mirrors/node-sass/
3
+ phantomjs_cdnurl = https://npmmirror.com /mirrors/phantomjs
4
+ ELECTRON_MIRROR = https://npmmirror.com /mirrors/electron/
5
+ chromedriver_cdnurl = http://npm.taobao.org/mirrors/chromedrive
6
+ puppeteer_download_host = https://npmmirror.com /mirrors
Original file line number Diff line number Diff line change 90
90
"webpack-dev-middleware" : " ^4.1.0" ,
91
91
"webpack-dev-server" : " ^3.11.2" ,
92
92
"webpack-hot-middleware" : " ^2.25.0" ,
93
- "webpack-iconfont-plugin-nodejs" : " ^1.0.21 " ,
93
+ "webpack-iconfont-plugin-nodejs" : " ^1.0.23 " ,
94
94
"webpack-merge" : " ^5.7.3" ,
95
95
"webpack-theme-color-replacer" : " ^1.3.26"
96
96
},
Original file line number Diff line number Diff line change 38
38
39
39
.flex-tb div : hover {
40
40
position : absolute;
41
+ }
42
+ .flex-tb div : hover {
41
43
background : # fff ;
42
44
border : 1px solid # ddd ;
43
45
top : 20px ;
46
+ z-index : 99 ;
44
47
}
45
48
46
49
.flex-tb div : hover > i {
47
50
font-size : 200px ;
51
+ transition : font-size 0.1s ;
48
52
}
49
53
body {
50
54
background : # ddd ;
58
62
el = el . querySelector ( 'input' )
59
63
el . focus ( ) ;
60
64
el . select ( )
61
- document . execCommand ( 'copy' , false , null ) ;
65
+ document . execCommand ( 'copy' , false , null ) ;
62
66
}
63
67
</ script >
64
68
< body >
You can’t perform that action at this time.
0 commit comments