@zgfe/business-lib 1.1.3 → 1.1.4
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/es/assets/iconfont/demo_index.html +3 -3
- package/es/assets/iconfont/iconfont.css +3 -3
- package/es/assets/iconfont/iconfont.ttf +0 -0
- package/es/assets/iconfont/iconfont.woff +0 -0
- package/es/assets/iconfont/iconfont.woff2 +0 -0
- package/es/demoWrapper/index.d.ts +1 -0
- package/es/demoWrapper/index.js +1 -0
- package/package.json +2 -2
|
@@ -474,9 +474,9 @@
|
|
|
474
474
|
<pre><code class="language-css"
|
|
475
475
|
>@font-face {
|
|
476
476
|
font-family: 'bsicon';
|
|
477
|
-
src: url('iconfont.woff2?t=
|
|
478
|
-
url('iconfont.woff?t=
|
|
479
|
-
url('iconfont.ttf?t=
|
|
477
|
+
src: url('iconfont.woff2?t=1667463458318') format('woff2'),
|
|
478
|
+
url('iconfont.woff?t=1667463458318') format('woff'),
|
|
479
|
+
url('iconfont.ttf?t=1667463458318') format('truetype');
|
|
480
480
|
}
|
|
481
481
|
</code></pre>
|
|
482
482
|
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "bsicon"; /* Project id 2545884 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.woff?t=
|
|
5
|
-
url('iconfont.ttf?t=
|
|
3
|
+
src: url('iconfont.woff2?t=1667463458318') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1667463458318') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1667463458318') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.bsicon {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/es/demoWrapper/index.js
CHANGED
|
@@ -16,6 +16,7 @@ import BizLoginForm from '../loginForm';
|
|
|
16
16
|
import request from '../utils/ajax';
|
|
17
17
|
import DemoContent from './content';
|
|
18
18
|
import DemoHeader from './head';
|
|
19
|
+
import '../assets/iconfont/iconfont.css';
|
|
19
20
|
|
|
20
21
|
var DemoWrapper = function DemoWrapper(_ref) {
|
|
21
22
|
var children = _ref.children,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "dumi dev",
|
|
6
6
|
"docs:build": "dumi build",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"react": "^16.12.0 || ^17.0.0",
|
|
61
61
|
"yorkie": "^2.0.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "f15e08ecf2babc1667abccfdbbabd70b701e088a"
|
|
64
64
|
}
|