@longhongguo/form-create-ant-design-vue 3.2.48 → 3.2.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.
@@ -0,0 +1,788 @@
1
+ @font-face {
2
+ font-family: "fc-icon";
3
+ src: url(fonts/fc-icons.woff) format('woff');
4
+ }
5
+
6
+ .fc-icon {
7
+ font-family: "fc-icon" !important;
8
+ font-size: 16px;
9
+ font-style: normal;
10
+ -webkit-font-smoothing: antialiased;
11
+ -moz-osx-font-smoothing: grayscale;
12
+ }
13
+
14
+ .icon-write:before {
15
+ content: "\e60b";
16
+ }
17
+
18
+ .icon-branch:before {
19
+ content: "\e6e3";
20
+ }
21
+
22
+ .icon-device:before {
23
+ content: "\e6e0";
24
+ }
25
+
26
+ .icon-position-left:before {
27
+ content: "\e6e2";
28
+ }
29
+
30
+ .icon-search:before {
31
+ content: "\e6e1";
32
+ }
33
+
34
+ .icon-expand:before {
35
+ content: "\e6df";
36
+ }
37
+
38
+ .icon-expand-left:before {
39
+ content: "\e6df";
40
+ display: inline-block;
41
+ transform: rotate(-180deg);
42
+ }
43
+
44
+ .icon-data-select:before {
45
+ content: "\e6dd";
46
+ }
47
+
48
+ .icon-markdown:before {
49
+ content: "\e893";
50
+ }
51
+
52
+ .icon-grid-line:before {
53
+ content: "\e600";
54
+ }
55
+
56
+ .icon-print:before {
57
+ content: "\e6de";
58
+ }
59
+
60
+ .icon-city:before {
61
+ content: "\e64b";
62
+ }
63
+
64
+ .icon-location:before {
65
+ content: "\e6d4";
66
+ }
67
+
68
+ .icon-qrcode:before {
69
+ content: "\e6ce";
70
+ }
71
+
72
+ .icon-input-id:before {
73
+ content: "\e6d1";
74
+ }
75
+
76
+ .icon-iframe:before {
77
+ content: "\e6d2";
78
+ }
79
+
80
+ .icon-audio:before {
81
+ content: "\e6d3";
82
+ }
83
+
84
+ .icon-form-model:before {
85
+ content: "\e6d5";
86
+ }
87
+
88
+ .icon-title:before {
89
+ content: "\e6d6";
90
+ }
91
+
92
+ .icon-sign:before {
93
+ content: "\e6d7";
94
+ }
95
+
96
+ .icon-address:before {
97
+ content: "\e6d8";
98
+ }
99
+
100
+ .icon-statistic:before {
101
+ content: "\e6d9";
102
+ }
103
+
104
+ .icon-barcode:before {
105
+ content: "\e6da";
106
+ }
107
+
108
+ .icon-video:before {
109
+ content: "\e6db";
110
+ }
111
+
112
+ .icon-avatar:before {
113
+ content: "\e6dc";
114
+ }
115
+
116
+ .icon-suspend:before {
117
+ content: "\e6cf";
118
+ }
119
+
120
+ .icon-warning:before {
121
+ content: "\e6d0";
122
+ }
123
+
124
+ .icon-send:before {
125
+ content: "\e6cc";
126
+ }
127
+
128
+ .icon-refresh2:before {
129
+ content: "\e6cd";
130
+ }
131
+
132
+ .icon-ai:before {
133
+ content: "\e6cb";
134
+ }
135
+
136
+ .icon-ai.bright{
137
+ background: linear-gradient(to right, #328FF7, #62E3A3);
138
+ -webkit-background-clip: text;
139
+ -webkit-text-fill-color: transparent;
140
+ }
141
+
142
+ .icon-column4:before {
143
+ content: "\e6c7";
144
+ }
145
+
146
+ .icon-column3:before {
147
+ content: "\e6c6";
148
+ }
149
+
150
+ .icon-column2:before {
151
+ content: "\e6c8";
152
+ }
153
+
154
+ .icon-column1:before {
155
+ content: "\e6c9";
156
+ }
157
+
158
+ .icon-layout:before {
159
+ content: "\e6ca";
160
+ }
161
+
162
+ .icon-segmented:before {
163
+ content: "\e682";
164
+ }
165
+
166
+ .icon-mention:before {
167
+ content: "\e6c5";
168
+ }
169
+
170
+ .icon-input-tag:before {
171
+ content: "\e6c4";
172
+ }
173
+
174
+ .icon-up:before {
175
+ content: "\e697";
176
+ display: inline-block;
177
+ transform: rotate(180deg);
178
+ }
179
+
180
+ .icon-alignitems-flexstart:before {
181
+ content: "\e67f";
182
+ display: inline-block;
183
+ transform: rotate(180deg);
184
+ }
185
+
186
+ .icon-align-center:before {
187
+ content: "\e6a5";
188
+ display: inline-block;
189
+ transform: rotate(90deg);
190
+ }
191
+
192
+ .icon-align-flexstart:before {
193
+ content: "\e6a4";
194
+ display: inline-block;
195
+ transform: rotate(90deg);
196
+ }
197
+
198
+ .icon-align-flexend:before {
199
+ content: "\e6a4";
200
+ display: inline-block;
201
+ transform: rotate(-90deg);
202
+ }
203
+
204
+ .icon-align-spacearound:before {
205
+ content: "\e670";
206
+ display: inline-block;
207
+ transform: rotate(-90deg);
208
+ }
209
+
210
+ .icon-align-spacebetween:before {
211
+ content: "\e695";
212
+ display: inline-block;
213
+ transform: rotate(-90deg);
214
+ }
215
+
216
+ .icon-align-stretch:before {
217
+ content: "\e6a7";
218
+ display: inline-block;
219
+ transform: rotate(-90deg);
220
+ }
221
+
222
+ .icon-align-flexend:before {
223
+ content: "\e6a4";
224
+ display: inline-block;
225
+ transform: rotate(-90deg);
226
+ }
227
+
228
+ .icon-justify-flexend:before {
229
+ content: "\e6a4";
230
+ display: inline-block;
231
+ transform: rotate(180deg);
232
+ }
233
+
234
+ .icon-direction-row:before {
235
+ content: "\e68b";
236
+ display: inline-block;
237
+ transform: rotate(180deg);
238
+ }
239
+
240
+ .icon-direction-column:before {
241
+ content: "\e68b";
242
+ display: inline-block;
243
+ transform: rotate(-90deg);
244
+ }
245
+
246
+ .icon-direction-columnreverse:before {
247
+ content: "\e68b";
248
+ display: inline-block;
249
+ transform: rotate(90deg);
250
+ }
251
+
252
+ .icon-arrow:before {
253
+ content: "\e697";
254
+ display: inline-block;
255
+ transform: rotate(180deg);
256
+ }
257
+
258
+ .icon-cell:before {
259
+ content: "\e654";
260
+ }
261
+
262
+ .icon-table:before {
263
+ content: "\eb0a";
264
+ }
265
+
266
+ .icon-next-step:before {
267
+ content: "\e6b4";
268
+ display: inline-block;
269
+ transform: rotateY(180deg);
270
+ }
271
+
272
+ .icon-grid:before {
273
+ content: "\e65c";
274
+ display: inline-block;
275
+ transform: rotate(90deg);
276
+ }
277
+
278
+ .icon-alignitems-stretch:before {
279
+ content: "\e67e";
280
+ }
281
+
282
+ .icon-alignitems-flexend:before {
283
+ content: "\e67f";
284
+ }
285
+
286
+ .icon-check:before {
287
+ content: "\e680";
288
+ }
289
+
290
+ .icon-auto:before {
291
+ content: "\e681";
292
+ }
293
+
294
+ .icon-config-event:before {
295
+ content: "\e66e";
296
+ }
297
+
298
+ .icon-calendar:before {
299
+ content: "\e683";
300
+ }
301
+
302
+ .icon-config-style:before {
303
+ content: "\e684";
304
+ }
305
+
306
+ .icon-copy:before {
307
+ content: "\e676";
308
+ }
309
+
310
+ .icon-config-advanced:before {
311
+ content: "\e686";
312
+ }
313
+
314
+ .icon-config-props:before {
315
+ content: "\e687";
316
+ }
317
+
318
+ .icon-delete-circle2:before {
319
+ content: "\e688";
320
+ }
321
+
322
+ .icon-delete-circle:before {
323
+ content: "\e689";
324
+ }
325
+
326
+ .icon-delete2:before {
327
+ content: "\e689";
328
+ }
329
+
330
+ .icon-delete:before {
331
+ content: "\e68a";
332
+ }
333
+
334
+ .icon-direction-rowreverse:before {
335
+ content: "\e68b";
336
+ }
337
+
338
+ .icon-display-flex:before {
339
+ content: "\e68c";
340
+ }
341
+
342
+ .icon-dialog:before {
343
+ content: "\e66f";
344
+ }
345
+
346
+ .icon-drag:before {
347
+ content: "\e68e";
348
+ }
349
+
350
+ .icon-display-block:before {
351
+ content: "\e68f";
352
+ }
353
+
354
+ .icon-data:before {
355
+ content: "\e690";
356
+ }
357
+
358
+ .icon-edit2:before {
359
+ content: "\e691";
360
+ }
361
+
362
+ .icon-edit:before {
363
+ content: "\e692";
364
+ }
365
+
366
+ .icon-add-col:before {
367
+ content: "\e693";
368
+ }
369
+
370
+ .icon-display-inlineblock:before {
371
+ content: "\e694";
372
+ }
373
+
374
+ .icon-config-base:before {
375
+ content: "\e6bf";
376
+ }
377
+
378
+ .icon-config-validate:before {
379
+ content: "\e696";
380
+ }
381
+
382
+ .icon-down:before {
383
+ content: "\e697";
384
+ }
385
+
386
+ .icon-display-inline:before {
387
+ content: "\e698";
388
+ }
389
+
390
+ .icon-eye:before {
391
+ content: "\e699";
392
+ }
393
+
394
+ .icon-eye-close:before {
395
+ content: "\e69a";
396
+ }
397
+
398
+ .icon-import:before {
399
+ content: "\e6a6";
400
+ }
401
+
402
+ .icon-preview:before {
403
+ content: "\e69b";
404
+ }
405
+
406
+ .icon-flex-nowrap:before {
407
+ content: "\e69c";
408
+ }
409
+
410
+ .icon-folder:before {
411
+ content: "\e69d";
412
+ }
413
+
414
+ .icon-form-circle:before {
415
+ content: "\e69e";
416
+ }
417
+
418
+ .icon-flex-wrap:before {
419
+ content: "\e69f";
420
+ }
421
+
422
+ .icon-form:before {
423
+ content: "\e6a0";
424
+ }
425
+
426
+ .icon-form-item:before {
427
+ content: "\e6a1";
428
+ }
429
+
430
+ .icon-icon:before {
431
+ content: "\e6a2";
432
+ }
433
+
434
+ .icon-image:before {
435
+ content: "\e6a3";
436
+ }
437
+
438
+ .icon-justify-flexstart:before {
439
+ content: "\e6a4";
440
+ }
441
+
442
+ .icon-justify-center:before {
443
+ content: "\e6a5";
444
+ }
445
+
446
+ .icon-justify-spacearound:before {
447
+ content: "\e670";
448
+ }
449
+
450
+ .icon-justify-stretch:before {
451
+ content: "\e6a7";
452
+ }
453
+
454
+ .icon-link2:before {
455
+ content: "\e6a8";
456
+ }
457
+
458
+ .icon-justify-spacebetween:before {
459
+ content: "\e695";
460
+ }
461
+
462
+ .icon-minus:before {
463
+ content: "\e6aa";
464
+ }
465
+
466
+ .icon-menu2:before {
467
+ content: "\e6ab";
468
+ }
469
+
470
+ .icon-more:before {
471
+ content: "\e6ac";
472
+ }
473
+
474
+ .icon-menu:before {
475
+ content: "\e6ad";
476
+ }
477
+
478
+ .icon-language:before {
479
+ content: "\e6ae";
480
+ }
481
+
482
+ .icon-pad:before {
483
+ content: "\e6af";
484
+ }
485
+
486
+ .icon-mobile:before {
487
+ content: "\e6b0";
488
+ }
489
+
490
+ .icon-page-max:before {
491
+ content: "\e6b1";
492
+ }
493
+
494
+ .icon-move:before {
495
+ content: "\e6b2";
496
+ }
497
+
498
+ .icon-page-min:before {
499
+ content: "\e6b3";
500
+ }
501
+
502
+ .icon-pre-step:before {
503
+ content: "\e6b4";
504
+ }
505
+
506
+ .icon-pc:before {
507
+ content: "\e6b5";
508
+ }
509
+
510
+ .icon-page:before {
511
+ content: "\e6b6";
512
+ }
513
+
514
+ .icon-refresh:before {
515
+ content: "\e6b7";
516
+ }
517
+
518
+ .icon-radius:before {
519
+ content: "\e6b8";
520
+ }
521
+
522
+ .icon-save-filled:before {
523
+ content: "\e6b9";
524
+ }
525
+
526
+ .icon-question:before {
527
+ content: "\e6ba";
528
+ }
529
+
530
+ .icon-scroll:before {
531
+ content: "\e6bb";
532
+ }
533
+
534
+ .icon-script:before {
535
+ content: "\e6bc";
536
+ }
537
+
538
+ .icon-setting:before {
539
+ content: "\e6bd";
540
+ }
541
+
542
+ .icon-save:before {
543
+ content: "\e6be";
544
+ }
545
+
546
+ .icon-save-online:before {
547
+ content: "\e6be";
548
+ }
549
+
550
+ .icon-task-add:before {
551
+ content: "\e68d";
552
+ }
553
+
554
+ .icon-shadow:before {
555
+ content: "\e6c0";
556
+ }
557
+
558
+ .icon-variable:before {
559
+ content: "\e6c1";
560
+ }
561
+
562
+ .icon-yes:before {
563
+ content: "\e6c2";
564
+ }
565
+
566
+ .icon-shadow-inset:before {
567
+ content: "\e6c3";
568
+ }
569
+
570
+ .icon-date:before {
571
+ content: "\e642";
572
+ }
573
+
574
+ .icon-date-range:before {
575
+ content: "\e643";
576
+ }
577
+
578
+ .icon-collapse:before {
579
+ content: "\e644";
580
+ }
581
+
582
+ .icon-slider:before {
583
+ content: "\e665";
584
+ }
585
+
586
+ .icon-switch:before {
587
+ content: "\e646";
588
+ }
589
+
590
+ .icon-subform:before {
591
+ content: "\e647";
592
+ }
593
+
594
+ .icon-time-range:before {
595
+ content: "\e685";
596
+ }
597
+
598
+ .icon-tree-select:before {
599
+ content: "\e649";
600
+ }
601
+
602
+ .icon-value:before {
603
+ content: "\e64a";
604
+ }
605
+
606
+ .icon-table-form3:before {
607
+ content: "\e6a9";
608
+ }
609
+
610
+ .icon-alert:before {
611
+ content: "\e64c";
612
+ }
613
+
614
+ .icon-card:before {
615
+ content: "\e64d";
616
+ }
617
+
618
+ .icon-checkbox:before {
619
+ content: "\e64e";
620
+ }
621
+
622
+ .icon-cascader:before {
623
+ content: "\e64f";
624
+ }
625
+
626
+ .icon-button:before {
627
+ content: "\e650";
628
+ }
629
+
630
+ .icon-data-table:before {
631
+ content: "\e651";
632
+ }
633
+
634
+ .icon-group:before {
635
+ content: "\e652";
636
+ }
637
+
638
+ .icon-divider:before {
639
+ content: "\e653";
640
+ }
641
+
642
+ .icon-flex:before {
643
+ content: "\e654";
644
+ }
645
+
646
+ .icon-descriptions:before {
647
+ content: "\e655";
648
+ }
649
+
650
+ .icon-html:before {
651
+ content: "\e656";
652
+ }
653
+
654
+ .icon-editor:before {
655
+ content: "\e657";
656
+ }
657
+
658
+ .icon-input:before {
659
+ content: "\e658";
660
+ }
661
+
662
+ .icon-link:before {
663
+ content: "\e659";
664
+ }
665
+
666
+ .icon-password:before {
667
+ content: "\e65a";
668
+ }
669
+
670
+ .icon-radio:before {
671
+ content: "\e65b";
672
+ }
673
+
674
+ .icon-row:before {
675
+ content: "\e65c";
676
+ }
677
+
678
+ .icon-inline:before {
679
+ content: "\e65d";
680
+ }
681
+
682
+ .icon-rate:before {
683
+ content: "\e65e";
684
+ }
685
+
686
+ .icon-color:before {
687
+ content: "\e65f";
688
+ }
689
+
690
+ .icon-select:before {
691
+ content: "\e660";
692
+ }
693
+
694
+ .icon-json:before {
695
+ content: "\e661";
696
+ }
697
+
698
+ .icon-number:before {
699
+ content: "\e662";
700
+ }
701
+
702
+ .icon-space:before {
703
+ content: "\e664";
704
+ }
705
+
706
+ .icon-step-form:before {
707
+ content: "\e663";
708
+ }
709
+
710
+ .icon-table-form:before {
711
+ content: "\e666";
712
+ }
713
+
714
+ .icon-table-form2:before {
715
+ content: "\e667";
716
+ }
717
+
718
+ .icon-time:before {
719
+ content: "\e668";
720
+ }
721
+
722
+ .icon-span:before {
723
+ content: "\e669";
724
+ }
725
+
726
+ .icon-textarea:before {
727
+ content: "\e66a";
728
+ }
729
+
730
+ .icon-tooltip:before {
731
+ content: "\e66b";
732
+ }
733
+
734
+ .icon-slot:before {
735
+ content: "\e66c";
736
+ }
737
+
738
+ .icon-transfer:before {
739
+ content: "\e66d";
740
+ }
741
+
742
+ .icon-upload:before {
743
+ content: "\e673";
744
+ }
745
+
746
+ .icon-tag:before {
747
+ content: "\e671";
748
+ }
749
+
750
+ .icon-watermark:before {
751
+ content: "\e672";
752
+ }
753
+
754
+ .icon-tab:before {
755
+ content: "\e674";
756
+ }
757
+
758
+ .icon-tree:before {
759
+ content: "\e675";
760
+ }
761
+
762
+ .icon-table:before {
763
+ content: "\e677";
764
+ }
765
+
766
+ .icon-add-child:before {
767
+ content: "\e678";
768
+ }
769
+
770
+ .icon-add2:before {
771
+ content: "\e679";
772
+ }
773
+
774
+ .icon-add:before {
775
+ content: "\e67a";
776
+ }
777
+
778
+ .icon-alignitems-baseline:before {
779
+ content: "\e67b";
780
+ }
781
+
782
+ .icon-add-circle:before {
783
+ content: "\e67c";
784
+ }
785
+
786
+ .icon-alignitems-center:before {
787
+ content: "\e67d";
788
+ }