Skip to content

Commit 98fda2a

Browse files
committed
npm upadte
1 parent 366ab0c commit 98fda2a

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.npmrc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
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
},

src/iconfont/fonts/_font-preview.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,17 @@
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;
@@ -58,7 +62,7 @@
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>

0 commit comments

Comments
 (0)