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 9090 "webpack-dev-middleware" : " ^4.1.0" ,
9191 "webpack-dev-server" : " ^3.11.2" ,
9292 "webpack-hot-middleware" : " ^2.25.0" ,
93- "webpack-iconfont-plugin-nodejs" : " ^1.0.21 " ,
93+ "webpack-iconfont-plugin-nodejs" : " ^1.0.23 " ,
9494 "webpack-merge" : " ^5.7.3" ,
9595 "webpack-theme-color-replacer" : " ^1.3.26"
9696 },
Original file line number Diff line number Diff line change 3838
3939 .flex-tb div : hover {
4040 position : absolute;
41+ }
42+ .flex-tb div : hover {
4143 background : # fff ;
4244 border : 1px solid # ddd ;
4345 top : 20px ;
46+ z-index : 99 ;
4447 }
4548
4649 .flex-tb div : hover > i {
4750 font-size : 200px ;
51+ transition : font-size 0.1s ;
4852 }
4953 body {
5054 background : # ddd ;
5862 el = el . querySelector ( 'input' )
5963 el . focus ( ) ;
6064 el . select ( )
61- document . execCommand ( 'copy' , false , null ) ;
65+ document . execCommand ( 'copy' , false , null ) ;
6266 }
6367 </ script >
6468< body >
You can’t perform that action at this time.
0 commit comments