@zgfe/business-lib 1.2.51 → 1.2.52
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/colorIcon/demo_index.html +717 -4
- package/es/assets/colorIcon/iconfont.css +128 -4
- package/es/assets/colorIcon/iconfont.js +16 -16
- package/es/assets/colorIcon/iconfont.json +217 -0
- package/es/assets/colorIcon/iconfont.svg +62 -0
- package/es/assets/colorIcon/iconfont.ttf +0 -0
- package/es/assets/colorIcon/iconfont.woff +0 -0
- package/es/assets/colorIcon/iconfont.woff2 +0 -0
- package/es/assets/iconfont/demo_index.html +310 -11
- package/es/assets/iconfont/iconfont.css +57 -5
- package/es/assets/iconfont/iconfont.js +14 -15
- package/es/assets/iconfont/iconfont.json +93 -2
- 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/assets/styles/resetAntd.less +3 -2
- package/package.json +2 -2
- package/es/table/font_2545884_ievcoe4sky/demo.css +0 -539
- package/es/table/font_2545884_ievcoe4sky/demo_index.html +0 -4857
- package/es/table/font_2545884_ievcoe4sky/iconfont.css +0 -827
- package/es/table/font_2545884_ievcoe4sky/iconfont.js +0 -43
- package/es/table/font_2545884_ievcoe4sky/iconfont.json +0 -1430
- package/es/table/font_2545884_ievcoe4sky/iconfont.ttf +0 -0
- package/es/table/font_2545884_ievcoe4sky/iconfont.woff +0 -0
- package/es/table/font_2545884_ievcoe4sky/iconfont.woff2 +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "iconfont"; /* Project id 3950596 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.woff?t=
|
|
5
|
-
url('iconfont.ttf?t=
|
|
6
|
-
url('iconfont.svg?t=
|
|
3
|
+
src: url('iconfont.woff2?t=1721787187002') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1721787187002') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1721787187002') format('truetype'),
|
|
6
|
+
url('iconfont.svg?t=1721787187002#iconfont') format('svg');
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.iconfont {
|
|
@@ -14,6 +14,130 @@
|
|
|
14
14
|
-moz-osx-font-smoothing: grayscale;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
+
.icon-yasuobao:before {
|
|
18
|
+
content: "\e7a0";
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.icon-yewuchangjing:before {
|
|
22
|
+
content: "\e63b";
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.icon-yonghuyingxiao:before {
|
|
26
|
+
content: "\e638";
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.icon-xinyongkafenqi:before {
|
|
30
|
+
content: "\e637";
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.icon-xinyongkayewu:before {
|
|
34
|
+
content: "\e636";
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.icon-zhinengyingxiaoduose:before {
|
|
38
|
+
content: "\e634";
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.icon-cunkuanyewufenxi:before {
|
|
42
|
+
content: "\e799";
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.icon-shujuzhiliang:before {
|
|
46
|
+
content: "\e78d";
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.icon-xinbanlogo:before {
|
|
50
|
+
content: "\e78a";
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.icon-xinbanlogo-jichuban:before {
|
|
54
|
+
content: "\e78b";
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.icon-xinbanlogo-qiyeban:before {
|
|
58
|
+
content: "\e78c";
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.icon-xinbanlogo-zhuanyeban:before {
|
|
62
|
+
content: "\e787";
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.icon-xinbanlogo-shiyongban:before {
|
|
66
|
+
content: "\e788";
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.icon-xinbanlogo-yiguoqi:before {
|
|
70
|
+
content: "\e789";
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.icon-general:before {
|
|
74
|
+
content: "\e781";
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.icon-yingxiaohuodong:before {
|
|
78
|
+
content: "\e77e";
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.icon-credit:before {
|
|
82
|
+
content: "\e77d";
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.icon-yingxiaokanban:before {
|
|
86
|
+
content: "\e6ee";
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.icon-yingxiaoshuju:before {
|
|
90
|
+
content: "\e6ef";
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.icon-yingxiaozhongxin:before {
|
|
94
|
+
content: "\e6f0";
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.icon-qunzulvcheng:before {
|
|
98
|
+
content: "\e6f1";
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.icon-yingxiaosucai:before {
|
|
102
|
+
content: "\e6f2";
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.icon-yingxiaoshezhi:before {
|
|
106
|
+
content: "\e6f3";
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.icon-fenxigongjuxiang:before {
|
|
110
|
+
content: "\e778";
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.icon-chanpinbiaoqian:before {
|
|
114
|
+
content: "\e777";
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.icon-yonghufenqun:before {
|
|
118
|
+
content: "\e770";
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.icon-yingxiaoshoujufenxi:before {
|
|
122
|
+
content: "\e771";
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.icon-yonghutiyanjiankong:before {
|
|
126
|
+
content: "\e772";
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.icon-yonghubiaoqian:before {
|
|
130
|
+
content: "\e773";
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.icon-yonghulvcheng:before {
|
|
134
|
+
content: "\e75b";
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.icon-shujukaifang:before {
|
|
138
|
+
content: "\e75a";
|
|
139
|
+
}
|
|
140
|
+
|
|
17
141
|
.icon-caidan-idmapping:before {
|
|
18
142
|
content: "\e759";
|
|
19
143
|
}
|