@zgfe/business-lib 1.1.3 → 1.1.5

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.
@@ -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=1665732247069') format('woff2'),
478
- url('iconfont.woff?t=1665732247069') format('woff'),
479
- url('iconfont.ttf?t=1665732247069') format('truetype');
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=1665732247069') format('woff2'),
4
- url('iconfont.woff?t=1665732247069') format('woff'),
5
- url('iconfont.ttf?t=1665732247069') format('truetype');
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
@@ -1,4 +1,6 @@
1
1
  import React from 'react';
2
2
  import DemoWrapperTypes from './types';
3
+ import '../assets/iconfont/iconfont.css';
4
+ import './index.less';
3
5
  declare const DemoWrapper: React.FC<DemoWrapperTypes.Props>;
4
6
  export default DemoWrapper;
@@ -16,6 +16,8 @@ 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';
20
+ import './index.less';
19
21
 
20
22
  var DemoWrapper = function DemoWrapper(_ref) {
21
23
  var children = _ref.children,
@@ -0,0 +1 @@
1
+ @import '~antd/dist/antd.less';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
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": "07718e6209b0032654a054ababa407aaf02e55cb"
63
+ "gitHead": "262e92d6e5c767312eb9a90fce356d7aae26fded"
64
64
  }