hc-basic 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hc-basic",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "author": "yangxiong",
5
5
  "description": "基于VUE + elementUI 公共内容库",
6
6
  "main": "lib/hc-basic.umd.min.js",
@@ -99,7 +99,11 @@
99
99
  }
100
100
  @font-face {
101
101
  font-family: element-icons;
102
- src: url(../../node_modules/element-ui/lib/theme-chalk/fonts/element-icons.woff) format('woff');
102
+ src: url("~element-ui/packages/theme-chalk/src/fonts/element-icons.woff")
103
+ format("woff"),
104
+ /* chrome, firefox */
105
+ url("~element-ui/packages/theme-chalk/src/fonts/element-icons.ttf")
106
+ format("truetype"); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
103
107
  font-weight: 400;
104
108
  font-display: 'auto';
105
109
  font-style: normal;