n20-common-lib 2.4.48 → 2.4.50
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/package.json +1 -1
- package/src/assets/css/font-icon.scss +3 -0
- package/src/assets/iconFont/iconfont.css +68 -70
- package/src/assets/iconFont3/demo.css +539 -0
- package/src/assets/iconFont3/demo_index.html +1936 -0
- package/src/assets/iconFont3/iconfont.css +319 -0
- package/src/assets/iconFont3/iconfont.js +1 -0
- package/src/assets/iconFont3/iconfont.json +541 -0
- package/src/assets/iconFont3/iconfont.ttf +0 -0
- package/src/assets/iconFont3/iconfont.woff +0 -0
- package/src/assets/iconFont3/iconfont.woff2 +0 -0
- package/src/components/ApprovalButtons/index.vue +13 -1
- package/src/components/FlowStep/index.vue +14 -3
- package/src/components/Layout/HeaderWrap/indexN.vue +12 -10
- package/src/index.js +3 -2
- package/style/fonts/iconfont.6ad948fe.woff +0 -0
- package/style/fonts/iconfont.76d19005.woff2 +0 -0
- package/style/fonts/iconfont.85c70ef9.ttf +0 -0
- package/style/index.css +2 -2
- package/style/index.css.map +1 -1
- package/theme/blue.css +2 -2
- package/theme/cctcRed.css +2 -2
- package/theme/fonts/iconfont.6ad948fe.woff +0 -0
- package/theme/fonts/iconfont.76d19005.woff2 +0 -0
- package/theme/fonts/iconfont.85c70ef9.ttf +0 -0
- package/theme/green.css +2 -2
- package/theme/lightBlue.css +2 -2
- package/theme/orange.css +2 -2
- package/theme/purple.css +2 -2
- package/theme/red.css +2 -2
- package/theme/yellow.css +2 -2
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family:
|
|
3
|
-
src: url('iconfont.woff2?t=1679647990433') format('woff2'),
|
|
4
|
-
|
|
5
|
-
url('iconfont.ttf?t=1679647990433') format('truetype');
|
|
2
|
+
font-family: 'core-lib-iconfont'; /* Project id 2782772 */
|
|
3
|
+
src: url('iconfont.woff2?t=1679647990433') format('woff2'), url('iconfont.woff?t=1679647990433') format('woff'),
|
|
4
|
+
url('iconfont.ttf?t=1679647990433') format('truetype');
|
|
6
5
|
}
|
|
7
6
|
|
|
8
7
|
.core-lib-iconfont {
|
|
9
|
-
font-family:
|
|
8
|
+
font-family: 'core-lib-iconfont' !important;
|
|
10
9
|
font-size: 16px;
|
|
11
10
|
font-style: normal;
|
|
12
11
|
-webkit-font-smoothing: antialiased;
|
|
@@ -14,258 +13,257 @@
|
|
|
14
13
|
}
|
|
15
14
|
|
|
16
15
|
.n20-icon-shouqizhedie:before {
|
|
17
|
-
content:
|
|
16
|
+
content: '\e620';
|
|
18
17
|
}
|
|
19
18
|
|
|
20
19
|
.n20-icon-zhedieshouqi:before {
|
|
21
|
-
content:
|
|
20
|
+
content: '\e61f';
|
|
22
21
|
}
|
|
23
22
|
|
|
24
23
|
.n20-icon-daoxu:before {
|
|
25
|
-
content:
|
|
24
|
+
content: '\e61c';
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
.n20-icon-shunxu:before {
|
|
29
|
-
content:
|
|
28
|
+
content: '\e61d';
|
|
30
29
|
}
|
|
31
30
|
|
|
32
31
|
.n20-icon-caidanshouqi:before {
|
|
33
|
-
content:
|
|
32
|
+
content: '\e61b';
|
|
34
33
|
}
|
|
35
34
|
|
|
36
35
|
.n20-icon-liucheng:before {
|
|
37
|
-
content:
|
|
36
|
+
content: '\e661';
|
|
38
37
|
}
|
|
39
38
|
|
|
40
39
|
.n20-icon-chenggong:before {
|
|
41
|
-
content:
|
|
40
|
+
content: '\e640';
|
|
42
41
|
}
|
|
43
42
|
|
|
44
43
|
.n20-icon-a-4down:before {
|
|
45
|
-
content:
|
|
44
|
+
content: '\e642';
|
|
46
45
|
}
|
|
47
46
|
|
|
48
47
|
.n20-icon-a-bianji:before {
|
|
49
|
-
content:
|
|
48
|
+
content: '\e643';
|
|
50
49
|
}
|
|
51
50
|
|
|
52
51
|
.n20-icon-danxuankuang-weixuanzhong:before {
|
|
53
|
-
content:
|
|
52
|
+
content: '\e644';
|
|
54
53
|
}
|
|
55
54
|
|
|
56
55
|
.n20-icon-cuowu:before {
|
|
57
|
-
content:
|
|
56
|
+
content: '\e645';
|
|
58
57
|
}
|
|
59
58
|
|
|
60
59
|
.n20-icon-danxuankuang-yixuanzhong:before {
|
|
61
|
-
content:
|
|
60
|
+
content: '\e648';
|
|
62
61
|
}
|
|
63
62
|
|
|
64
63
|
.n20-icon-duoxuankuang-weixuanxuanting:before {
|
|
65
|
-
content:
|
|
64
|
+
content: '\e64a';
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
.n20-icon-fankui-chenggongkongxin:before {
|
|
69
|
-
content:
|
|
68
|
+
content: '\e655';
|
|
70
69
|
}
|
|
71
70
|
|
|
72
71
|
.n20-icon-nianfenqiehuan-youce:before {
|
|
73
|
-
content:
|
|
72
|
+
content: '\e657';
|
|
74
73
|
}
|
|
75
74
|
|
|
76
75
|
.n20-icon-fankui-xinxikongxin:before {
|
|
77
|
-
content:
|
|
76
|
+
content: '\e658';
|
|
78
77
|
}
|
|
79
78
|
|
|
80
79
|
.n20-icon-guanbi-moren:before {
|
|
81
|
-
content:
|
|
80
|
+
content: '\e659';
|
|
82
81
|
}
|
|
83
82
|
|
|
84
83
|
.n20-icon-jianhao:before {
|
|
85
|
-
content:
|
|
84
|
+
content: '\e65d';
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
.n20-icon-keguanbicuowu:before {
|
|
89
|
-
content:
|
|
88
|
+
content: '\e663';
|
|
90
89
|
}
|
|
91
90
|
|
|
92
91
|
.n20-icon-nianfenqiehuan-zuoce:before {
|
|
93
|
-
content:
|
|
92
|
+
content: '\e664';
|
|
94
93
|
}
|
|
95
94
|
|
|
96
95
|
.n20-icon-moren:before {
|
|
97
|
-
content:
|
|
96
|
+
content: '\e665';
|
|
98
97
|
}
|
|
99
98
|
|
|
100
99
|
.n20-icon-sousuokuang-sousuodanchuang:before {
|
|
101
|
-
content:
|
|
100
|
+
content: '\e668';
|
|
102
101
|
}
|
|
103
102
|
|
|
104
103
|
.n20-icon-tishi:before {
|
|
105
|
-
content:
|
|
104
|
+
content: '\e66a';
|
|
106
105
|
}
|
|
107
106
|
|
|
108
107
|
.n20-icon-xiala-moren:before {
|
|
109
|
-
content:
|
|
108
|
+
content: '\e66c';
|
|
110
109
|
}
|
|
111
110
|
|
|
112
111
|
.n20-icon-riqixuanze-rili:before {
|
|
113
|
-
content:
|
|
112
|
+
content: '\e66d';
|
|
114
113
|
}
|
|
115
114
|
|
|
116
115
|
.n20-icon-a-kapianxuanzhong1:before {
|
|
117
|
-
content:
|
|
116
|
+
content: '\e66e';
|
|
118
117
|
}
|
|
119
118
|
|
|
120
119
|
.n20-icon-xinzeng:before {
|
|
121
|
-
content:
|
|
120
|
+
content: '\e66f';
|
|
122
121
|
}
|
|
123
122
|
|
|
124
123
|
.n20-icon-wenjian:before {
|
|
125
|
-
content:
|
|
124
|
+
content: '\e671';
|
|
126
125
|
}
|
|
127
126
|
|
|
128
127
|
.n20-icon-xinxi:before {
|
|
129
|
-
content:
|
|
128
|
+
content: '\e674';
|
|
130
129
|
}
|
|
131
130
|
|
|
132
131
|
.n20-icon-tubiaohewenbentishi:before {
|
|
133
|
-
content:
|
|
132
|
+
content: '\e675';
|
|
134
133
|
}
|
|
135
134
|
|
|
136
135
|
.n20-icon-xiazai-moren:before {
|
|
137
|
-
content:
|
|
136
|
+
content: '\e676';
|
|
138
137
|
}
|
|
139
138
|
|
|
140
139
|
.n20-icon-wenjianshangchuan:before {
|
|
141
|
-
content:
|
|
140
|
+
content: '\e677';
|
|
142
141
|
}
|
|
143
142
|
|
|
144
143
|
.n20-icon-xinxitishi:before {
|
|
145
|
-
content:
|
|
144
|
+
content: '\e679';
|
|
146
145
|
}
|
|
147
146
|
|
|
148
147
|
.n20-icon-xuanzekuang-xialazhankai:before {
|
|
149
|
-
content:
|
|
148
|
+
content: '\e67a';
|
|
150
149
|
}
|
|
151
150
|
|
|
152
151
|
.n20-icon-xuanzekuang-xiala:before {
|
|
153
|
-
content:
|
|
152
|
+
content: '\e67b';
|
|
154
153
|
}
|
|
155
154
|
|
|
156
155
|
.n20-icon-yuefenqiehuan-youce:before {
|
|
157
|
-
content:
|
|
156
|
+
content: '\e67d';
|
|
158
157
|
}
|
|
159
158
|
|
|
160
159
|
.n20-icon-yulan-moren:before {
|
|
161
|
-
content:
|
|
160
|
+
content: '\e67f';
|
|
162
161
|
}
|
|
163
162
|
|
|
164
163
|
.n20-icon-yuefenqiehuan-zuoce:before {
|
|
165
|
-
content:
|
|
164
|
+
content: '\e680';
|
|
166
165
|
}
|
|
167
166
|
|
|
168
167
|
.n20-icon-sousuokuang-sousuo:before {
|
|
169
|
-
content:
|
|
168
|
+
content: '\e684';
|
|
170
169
|
}
|
|
171
170
|
|
|
172
171
|
.n20-icon-shuaxin:before {
|
|
173
|
-
content:
|
|
172
|
+
content: '\e634';
|
|
174
173
|
}
|
|
175
174
|
|
|
176
175
|
.n20-icon-xiala:before {
|
|
177
|
-
content:
|
|
176
|
+
content: '\e6b9';
|
|
178
177
|
}
|
|
179
178
|
|
|
180
179
|
.n20-icon-bianjixuanzhong:before {
|
|
181
|
-
content:
|
|
180
|
+
content: '\e607';
|
|
182
181
|
}
|
|
183
182
|
|
|
184
183
|
.n20-icon-a-biaogexuanzhong:before {
|
|
185
|
-
content:
|
|
184
|
+
content: '\e608';
|
|
186
185
|
}
|
|
187
186
|
|
|
188
187
|
.n20-icon-a-kapianxuanzhong:before {
|
|
189
|
-
content:
|
|
188
|
+
content: '\e609';
|
|
190
189
|
}
|
|
191
190
|
|
|
192
191
|
.n20-icon-a-quanjiedianxuanzhong:before {
|
|
193
|
-
content:
|
|
192
|
+
content: '\e60a';
|
|
194
193
|
}
|
|
195
194
|
|
|
196
195
|
.n20-icon-a-shanchuxuanzhong:before {
|
|
197
|
-
content:
|
|
196
|
+
content: '\e60b';
|
|
198
197
|
}
|
|
199
198
|
|
|
200
199
|
.n20-icon-zishenbanlijiedian:before {
|
|
201
|
-
content:
|
|
200
|
+
content: '\e60e';
|
|
202
201
|
}
|
|
203
202
|
|
|
204
203
|
.n20-icon-a-piaomianxuanzhong:before {
|
|
205
|
-
content:
|
|
204
|
+
content: '\e605';
|
|
206
205
|
}
|
|
207
206
|
|
|
208
207
|
.n20-icon-shezhi:before {
|
|
209
|
-
content:
|
|
208
|
+
content: '\e8b7';
|
|
210
209
|
}
|
|
211
210
|
|
|
212
211
|
.n20-icon-zongjine:before {
|
|
213
|
-
content:
|
|
212
|
+
content: '\e64e';
|
|
214
213
|
}
|
|
215
214
|
|
|
216
215
|
.n20-icon-xiangxia1:before {
|
|
217
|
-
content:
|
|
216
|
+
content: '\e771';
|
|
218
217
|
}
|
|
219
218
|
|
|
220
219
|
.n20-icon-Dollar:before {
|
|
221
|
-
content:
|
|
220
|
+
content: '\e77d';
|
|
222
221
|
}
|
|
223
222
|
|
|
224
223
|
.n20-icon-jinzhi:before {
|
|
225
|
-
content:
|
|
224
|
+
content: '\e654';
|
|
226
225
|
}
|
|
227
226
|
|
|
228
227
|
.n20-icon-ic_bank:before {
|
|
229
|
-
content:
|
|
228
|
+
content: '\e6b3';
|
|
230
229
|
}
|
|
231
230
|
|
|
232
231
|
.n20-icon-BillA:before {
|
|
233
|
-
content:
|
|
232
|
+
content: '\ea71';
|
|
234
233
|
}
|
|
235
234
|
|
|
236
235
|
.n20-icon-n-shanchu:before {
|
|
237
|
-
content:
|
|
236
|
+
content: '\e625';
|
|
238
237
|
}
|
|
239
238
|
|
|
240
239
|
.n20-icon-tianchongxing:before {
|
|
241
|
-
content:
|
|
240
|
+
content: '\e633';
|
|
242
241
|
}
|
|
243
242
|
|
|
244
243
|
.n20-icon-iconfontshaixuan:before {
|
|
245
|
-
content:
|
|
244
|
+
content: '\e60d';
|
|
246
245
|
}
|
|
247
246
|
|
|
248
247
|
.n20-icon-yanjing:before {
|
|
249
|
-
content:
|
|
248
|
+
content: '\e6cf';
|
|
250
249
|
}
|
|
251
250
|
|
|
252
251
|
.n20-icon-shangchuan:before {
|
|
253
|
-
content:
|
|
252
|
+
content: '\e660';
|
|
254
253
|
}
|
|
255
254
|
|
|
256
255
|
.n20-icon-shanchu:before {
|
|
257
|
-
content:
|
|
256
|
+
content: '\e785';
|
|
258
257
|
}
|
|
259
258
|
|
|
260
259
|
.n20-icon-tuodong:before {
|
|
261
|
-
content:
|
|
260
|
+
content: '\e604';
|
|
262
261
|
}
|
|
263
262
|
|
|
264
263
|
.n20-icon-user:before {
|
|
265
|
-
content:
|
|
264
|
+
content: '\e603';
|
|
266
265
|
}
|
|
267
266
|
|
|
268
267
|
.n20-icon-date:before {
|
|
269
|
-
content:
|
|
268
|
+
content: '\e602';
|
|
270
269
|
}
|
|
271
|
-
|