@oinone/kunlun-vue-ui-common 6.2.13 → 6.3.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.
@@ -5,6 +5,48 @@
5
5
  "css_prefix_text": "oinone-",
6
6
  "description": "",
7
7
  "glyphs": [
8
+ {
9
+ "icon_id": "45441464",
10
+ "name": "跳转",
11
+ "font_class": "tiaozhuan",
12
+ "unicode": "e970",
13
+ "unicode_decimal": 59760
14
+ },
15
+ {
16
+ "icon_id": "45441465",
17
+ "name": "下钻",
18
+ "font_class": "xiazuan2",
19
+ "unicode": "e971",
20
+ "unicode_decimal": 59761
21
+ },
22
+ {
23
+ "icon_id": "45216204",
24
+ "name": "复制",
25
+ "font_class": "fuzhi3",
26
+ "unicode": "e96c",
27
+ "unicode_decimal": 59756
28
+ },
29
+ {
30
+ "icon_id": "45216205",
31
+ "name": "剪切",
32
+ "font_class": "jianqie1",
33
+ "unicode": "e96d",
34
+ "unicode_decimal": 59757
35
+ },
36
+ {
37
+ "icon_id": "45216206",
38
+ "name": "删除",
39
+ "font_class": "shanchu21",
40
+ "unicode": "e96e",
41
+ "unicode_decimal": 59758
42
+ },
43
+ {
44
+ "icon_id": "45216216",
45
+ "name": "分享",
46
+ "font_class": "a-fenxiang2",
47
+ "unicode": "e96f",
48
+ "unicode_decimal": 59759
49
+ },
8
50
  {
9
51
  "icon_id": "45043677",
10
52
  "name": "圆形",
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "iconfont"; /* Project id 2657071 */
3
- src: url('iconfont.woff2?t=1753345477863') format('woff2'),
4
- url('iconfont.woff?t=1753345477863') format('woff'),
5
- url('iconfont.ttf?t=1753345477863') format('truetype');
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');
6
6
  }
7
7
 
8
8
  .iconfont {
@@ -13,6 +13,30 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .oinone-tiaozhuan:before {
17
+ content: "\e970";
18
+ }
19
+
20
+ .oinone-xiazuan2:before {
21
+ content: "\e971";
22
+ }
23
+
24
+ .oinone-fuzhi3:before {
25
+ content: "\e96c";
26
+ }
27
+
28
+ .oinone-jianqie1:before {
29
+ content: "\e96d";
30
+ }
31
+
32
+ .oinone-shanchu21:before {
33
+ content: "\e96e";
34
+ }
35
+
36
+ .oinone-a-fenxiang2:before {
37
+ content: "\e96f";
38
+ }
39
+
16
40
  .oinone-yuan:before {
17
41
  content: "\e96b";
18
42
  }