@oinone/kunlun-vue-ui-common 6.3.4 → 6.3.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.
@@ -5,6 +5,62 @@
5
5
  "css_prefix_text": "oinone-",
6
6
  "description": "",
7
7
  "glyphs": [
8
+ {
9
+ "icon_id": "45632023",
10
+ "name": "超时",
11
+ "font_class": "chaoshi",
12
+ "unicode": "e978",
13
+ "unicode_decimal": 59768
14
+ },
15
+ {
16
+ "icon_id": "45632021",
17
+ "name": "催办",
18
+ "font_class": "cuiban",
19
+ "unicode": "e979",
20
+ "unicode_decimal": 59769
21
+ },
22
+ {
23
+ "icon_id": "45632027",
24
+ "name": "异常流程",
25
+ "font_class": "yichangliucheng",
26
+ "unicode": "e972",
27
+ "unicode_decimal": 59762
28
+ },
29
+ {
30
+ "icon_id": "45632026",
31
+ "name": "流程",
32
+ "font_class": "liucheng2",
33
+ "unicode": "e973",
34
+ "unicode_decimal": 59763
35
+ },
36
+ {
37
+ "icon_id": "45632025",
38
+ "name": "待办任务",
39
+ "font_class": "daibanrenwu",
40
+ "unicode": "e974",
41
+ "unicode_decimal": 59764
42
+ },
43
+ {
44
+ "icon_id": "45632022",
45
+ "name": "进行中流程",
46
+ "font_class": "jinhangzhongliucheng",
47
+ "unicode": "e975",
48
+ "unicode_decimal": 59765
49
+ },
50
+ {
51
+ "icon_id": "45632024",
52
+ "name": "待阅",
53
+ "font_class": "daiyue",
54
+ "unicode": "e976",
55
+ "unicode_decimal": 59766
56
+ },
57
+ {
58
+ "icon_id": "45632020",
59
+ "name": "站内信",
60
+ "font_class": "zhanneixin2",
61
+ "unicode": "e977",
62
+ "unicode_decimal": 59767
63
+ },
8
64
  {
9
65
  "icon_id": "45441464",
10
66
  "name": "跳转",
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "iconfont"; /* Project id 2657071 */
3
- src: url('iconfont.woff2?t=1756992996891') format('woff2'),
4
- url('iconfont.woff?t=1756992996891') format('woff'),
5
- url('iconfont.ttf?t=1756992996891') format('truetype');
3
+ src: url('iconfont.woff2?t=1759128898609') format('woff2'),
4
+ url('iconfont.woff?t=1759128898609') format('woff'),
5
+ url('iconfont.ttf?t=1759128898609') format('truetype');
6
6
  }
7
7
 
8
8
  .iconfont {
@@ -13,6 +13,38 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .oinone-chaoshi:before {
17
+ content: "\e978";
18
+ }
19
+
20
+ .oinone-cuiban:before {
21
+ content: "\e979";
22
+ }
23
+
24
+ .oinone-yichangliucheng:before {
25
+ content: "\e972";
26
+ }
27
+
28
+ .oinone-liucheng2:before {
29
+ content: "\e973";
30
+ }
31
+
32
+ .oinone-daibanrenwu:before {
33
+ content: "\e974";
34
+ }
35
+
36
+ .oinone-jinhangzhongliucheng:before {
37
+ content: "\e975";
38
+ }
39
+
40
+ .oinone-daiyue:before {
41
+ content: "\e976";
42
+ }
43
+
44
+ .oinone-zhanneixin2:before {
45
+ content: "\e977";
46
+ }
47
+
16
48
  .oinone-tiaozhuan:before {
17
49
  content: "\e970";
18
50
  }