@longhongguo/form-create-ant-design-vue 3.2.49 → 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.
@@ -306,3 +306,964 @@
306
306
  .fc-cus-select-disabled .fc-cus-select-selection-placeholder {
307
307
  color: rgba(0, 0, 0, 0.25);
308
308
  }
309
+
310
+ /* TableForm 组件样式 */
311
+ ._fc-table-form {
312
+ overflow: auto;
313
+ color: #666666;
314
+ }
315
+
316
+ ._fc-table-form .form-create .ant-form-item {
317
+ margin-bottom: 1px !important;
318
+ }
319
+
320
+ ._fc-table-form .ant-form-item-label, ._fc-table-form .van-field__label {
321
+ display: none !important;
322
+ }
323
+
324
+ ._fc-tf-head-idx, ._fc-tf-idx {
325
+ width: 40px;
326
+ min-width: 40px;
327
+ font-weight: 500;
328
+ text-align: center;
329
+ }
330
+
331
+ ._fc-tf-edit, ._fc-tf-btn {
332
+ width: 70px;
333
+ min-width: 70px;
334
+ text-align: center;
335
+ }
336
+
337
+ ._fc-tf-btn .fc-icon {
338
+ cursor: pointer;
339
+ }
340
+
341
+ ._fc-table-form > .ant-btn {
342
+ display: flex;
343
+ align-items: center;
344
+ padding: 2px;
345
+ }
346
+
347
+ ._fc-table-form._fc-disabled ._fc-tf-btn .fc-icon, ._fc-table-form._fc-disabled > .ant-btn {
348
+ cursor: not-allowed;
349
+ }
350
+
351
+ ._fc-tf-table {
352
+ width: 100%;
353
+ height: 100%;
354
+ overflow: hidden;
355
+ table-layout: fixed;
356
+ border: 1px solid #EBEEF5;
357
+ border-bottom: 0 none;
358
+ }
359
+
360
+ ._fc-table-form ._fc-tf-table > thead > tr > th {
361
+ border: 0 none;
362
+ border-bottom: 1px solid #EBEEF5;
363
+ height: 40px;
364
+ font-weight: 500;
365
+ padding: 0 5px;
366
+ box-sizing: border-box;
367
+ }
368
+
369
+ ._fc-table-form ._fc-tf-table > thead > tr > th + th {
370
+ border-left: 1px solid #EBEEF5;
371
+ }
372
+
373
+ ._fc-table-form tr {
374
+ min-height: 50px;
375
+ }
376
+
377
+ ._fc-table-form ._fc-read-view {
378
+ text-align: center;
379
+ width: 100%;
380
+ }
381
+
382
+ ._fc-table-form td {
383
+ padding: 5px;
384
+ min-height: 50px;
385
+ min-width: 80px;
386
+ position: relative;
387
+ box-sizing: border-box;
388
+ overflow-wrap: break-word;
389
+ overflow: hidden;
390
+ border: 0 none;
391
+ border-bottom: 1px solid #EBEEF5;
392
+ }
393
+
394
+ ._fc-table-form td + td {
395
+ border-left: 1px solid #EBEEF5;
396
+ }
397
+
398
+ ._fc-tf-table .ant-input-number, ._fc-tf-table .ant-select, ._fc-tf-table .ant-slider, ._fc-tf-table .ant-cascader, ._fc-tf-table .ant-picker {
399
+ width: 100%;
400
+ }
401
+
402
+ ._fc-tf-head-required:before {
403
+ content: '*';
404
+ color: #f56c6c;
405
+ margin-right: 4px;
406
+ }
407
+
408
+ /* TableFormView 组件样式 */
409
+ ._fd-table-form {
410
+ min-height: 130px;
411
+ width: 100%;
412
+ border: 1px solid #ECECEC;
413
+ background: #FFFFFF;
414
+ }
415
+
416
+ ._fc-child-empty {
417
+ min-height: 130px;
418
+ }
419
+
420
+ ._fd-tf-wrap {
421
+ display: flex;
422
+ overflow: auto;
423
+ }
424
+
425
+ ._fd-tf-wrap > ._fd-drag-tool {
426
+ flex-shrink: 0;
427
+ display: flex;
428
+ margin: 2px;
429
+ height: auto;
430
+ overflow: auto;
431
+ }
432
+
433
+ /* TableFormColumnView 组件样式 */
434
+ ._fd-tf-col ._fd-tf-con .ant-form-item {
435
+ margin-bottom: 1px !important;
436
+ }
437
+
438
+ ._fd-tf-col {
439
+ display: flex;
440
+ flex-wrap: wrap;
441
+ flex-direction: column;
442
+ width: 180px;
443
+ flex-shrink: 0;
444
+ }
445
+
446
+ ._fd-tf-con .ant-form-item-label,._fd-tf-con .van-field__label {
447
+ display: none !important;
448
+ }
449
+
450
+ ._fd-tf-con {
451
+ display: flex;
452
+ flex: 1;
453
+ width: 100%;
454
+ }
455
+
456
+ ._fd-tf-title {
457
+ height: 40px;
458
+ border-bottom: 1px solid #ebeef5;
459
+ margin-bottom: 0px;
460
+ padding: 0 5px;
461
+ box-sizing: border-box;
462
+ line-height: 32px;
463
+ }
464
+
465
+ ._fd-tf-required {
466
+ color: #f56c6c;
467
+ margin-right: 4px;
468
+ }
469
+
470
+ ._fd-tf-con ._fc-l-item > * {
471
+ display: none !important;
472
+ }
473
+
474
+ ._fd-tf-con .ant-input-number, ._fd-tf-con .ant-select, ._fd-tf-con .ant-slider, ._fd-tf-con .ant-cascader, ._fd-tf-con .ant-picker {
475
+ width: 100%;
476
+ }
477
+
478
+ ._fd-tf-col:has(._fd-tf-col) {
479
+ width: auto !important;
480
+ }
481
+
482
+ @font-face {
483
+ font-family: "fc-icon";
484
+ src: url(fonts/fc-icons.woff) format('woff');
485
+ }
486
+
487
+ .fc-icon {
488
+ font-family: "fc-icon" !important;
489
+ font-size: 16px;
490
+ font-style: normal;
491
+ -webkit-font-smoothing: antialiased;
492
+ -moz-osx-font-smoothing: grayscale;
493
+ }
494
+
495
+ .icon-write:before {
496
+ content: "\e60b";
497
+ }
498
+
499
+ .icon-branch:before {
500
+ content: "\e6e3";
501
+ }
502
+
503
+ .icon-device:before {
504
+ content: "\e6e0";
505
+ }
506
+
507
+ .icon-position-left:before {
508
+ content: "\e6e2";
509
+ }
510
+
511
+ .icon-search:before {
512
+ content: "\e6e1";
513
+ }
514
+
515
+ .icon-expand:before {
516
+ content: "\e6df";
517
+ }
518
+
519
+ .icon-expand-left:before {
520
+ content: "\e6df";
521
+ display: inline-block;
522
+ transform: rotate(-180deg);
523
+ }
524
+
525
+ .icon-data-select:before {
526
+ content: "\e6dd";
527
+ }
528
+
529
+ .icon-markdown:before {
530
+ content: "\e893";
531
+ }
532
+
533
+ .icon-grid-line:before {
534
+ content: "\e600";
535
+ }
536
+
537
+ .icon-print:before {
538
+ content: "\e6de";
539
+ }
540
+
541
+ .icon-city:before {
542
+ content: "\e64b";
543
+ }
544
+
545
+ .icon-location:before {
546
+ content: "\e6d4";
547
+ }
548
+
549
+ .icon-qrcode:before {
550
+ content: "\e6ce";
551
+ }
552
+
553
+ .icon-input-id:before {
554
+ content: "\e6d1";
555
+ }
556
+
557
+ .icon-iframe:before {
558
+ content: "\e6d2";
559
+ }
560
+
561
+ .icon-audio:before {
562
+ content: "\e6d3";
563
+ }
564
+
565
+ .icon-form-model:before {
566
+ content: "\e6d5";
567
+ }
568
+
569
+ .icon-title:before {
570
+ content: "\e6d6";
571
+ }
572
+
573
+ .icon-sign:before {
574
+ content: "\e6d7";
575
+ }
576
+
577
+ .icon-address:before {
578
+ content: "\e6d8";
579
+ }
580
+
581
+ .icon-statistic:before {
582
+ content: "\e6d9";
583
+ }
584
+
585
+ .icon-barcode:before {
586
+ content: "\e6da";
587
+ }
588
+
589
+ .icon-video:before {
590
+ content: "\e6db";
591
+ }
592
+
593
+ .icon-avatar:before {
594
+ content: "\e6dc";
595
+ }
596
+
597
+ .icon-suspend:before {
598
+ content: "\e6cf";
599
+ }
600
+
601
+ .icon-warning:before {
602
+ content: "\e6d0";
603
+ }
604
+
605
+ .icon-send:before {
606
+ content: "\e6cc";
607
+ }
608
+
609
+ .icon-refresh2:before {
610
+ content: "\e6cd";
611
+ }
612
+
613
+ .icon-ai:before {
614
+ content: "\e6cb";
615
+ }
616
+
617
+ .icon-ai.bright{
618
+ background: linear-gradient(to right, #328FF7, #62E3A3);
619
+ -webkit-background-clip: text;
620
+ -webkit-text-fill-color: transparent;
621
+ }
622
+
623
+ .icon-column4:before {
624
+ content: "\e6c7";
625
+ }
626
+
627
+ .icon-column3:before {
628
+ content: "\e6c6";
629
+ }
630
+
631
+ .icon-column2:before {
632
+ content: "\e6c8";
633
+ }
634
+
635
+ .icon-column1:before {
636
+ content: "\e6c9";
637
+ }
638
+
639
+ .icon-layout:before {
640
+ content: "\e6ca";
641
+ }
642
+
643
+ .icon-segmented:before {
644
+ content: "\e682";
645
+ }
646
+
647
+ .icon-mention:before {
648
+ content: "\e6c5";
649
+ }
650
+
651
+ .icon-input-tag:before {
652
+ content: "\e6c4";
653
+ }
654
+
655
+ .icon-up:before {
656
+ content: "\e697";
657
+ display: inline-block;
658
+ transform: rotate(180deg);
659
+ }
660
+
661
+ .icon-alignitems-flexstart:before {
662
+ content: "\e67f";
663
+ display: inline-block;
664
+ transform: rotate(180deg);
665
+ }
666
+
667
+ .icon-align-center:before {
668
+ content: "\e6a5";
669
+ display: inline-block;
670
+ transform: rotate(90deg);
671
+ }
672
+
673
+ .icon-align-flexstart:before {
674
+ content: "\e6a4";
675
+ display: inline-block;
676
+ transform: rotate(90deg);
677
+ }
678
+
679
+ .icon-align-flexend:before {
680
+ content: "\e6a4";
681
+ display: inline-block;
682
+ transform: rotate(-90deg);
683
+ }
684
+
685
+ .icon-align-spacearound:before {
686
+ content: "\e670";
687
+ display: inline-block;
688
+ transform: rotate(-90deg);
689
+ }
690
+
691
+ .icon-align-spacebetween:before {
692
+ content: "\e695";
693
+ display: inline-block;
694
+ transform: rotate(-90deg);
695
+ }
696
+
697
+ .icon-align-stretch:before {
698
+ content: "\e6a7";
699
+ display: inline-block;
700
+ transform: rotate(-90deg);
701
+ }
702
+
703
+ .icon-align-flexend:before {
704
+ content: "\e6a4";
705
+ display: inline-block;
706
+ transform: rotate(-90deg);
707
+ }
708
+
709
+ .icon-justify-flexend:before {
710
+ content: "\e6a4";
711
+ display: inline-block;
712
+ transform: rotate(180deg);
713
+ }
714
+
715
+ .icon-direction-row:before {
716
+ content: "\e68b";
717
+ display: inline-block;
718
+ transform: rotate(180deg);
719
+ }
720
+
721
+ .icon-direction-column:before {
722
+ content: "\e68b";
723
+ display: inline-block;
724
+ transform: rotate(-90deg);
725
+ }
726
+
727
+ .icon-direction-columnreverse:before {
728
+ content: "\e68b";
729
+ display: inline-block;
730
+ transform: rotate(90deg);
731
+ }
732
+
733
+ .icon-arrow:before {
734
+ content: "\e697";
735
+ display: inline-block;
736
+ transform: rotate(180deg);
737
+ }
738
+
739
+ .icon-cell:before {
740
+ content: "\e654";
741
+ }
742
+
743
+ .icon-table:before {
744
+ content: "\eb0a";
745
+ }
746
+
747
+ .icon-next-step:before {
748
+ content: "\e6b4";
749
+ display: inline-block;
750
+ transform: rotateY(180deg);
751
+ }
752
+
753
+ .icon-grid:before {
754
+ content: "\e65c";
755
+ display: inline-block;
756
+ transform: rotate(90deg);
757
+ }
758
+
759
+ .icon-alignitems-stretch:before {
760
+ content: "\e67e";
761
+ }
762
+
763
+ .icon-alignitems-flexend:before {
764
+ content: "\e67f";
765
+ }
766
+
767
+ .icon-check:before {
768
+ content: "\e680";
769
+ }
770
+
771
+ .icon-auto:before {
772
+ content: "\e681";
773
+ }
774
+
775
+ .icon-config-event:before {
776
+ content: "\e66e";
777
+ }
778
+
779
+ .icon-calendar:before {
780
+ content: "\e683";
781
+ }
782
+
783
+ .icon-config-style:before {
784
+ content: "\e684";
785
+ }
786
+
787
+ .icon-copy:before {
788
+ content: "\e676";
789
+ }
790
+
791
+ .icon-config-advanced:before {
792
+ content: "\e686";
793
+ }
794
+
795
+ .icon-config-props:before {
796
+ content: "\e687";
797
+ }
798
+
799
+ .icon-delete-circle2:before {
800
+ content: "\e688";
801
+ }
802
+
803
+ .icon-delete-circle:before {
804
+ content: "\e689";
805
+ }
806
+
807
+ .icon-delete2:before {
808
+ content: "\e689";
809
+ }
810
+
811
+ .icon-delete:before {
812
+ content: "\e68a";
813
+ }
814
+
815
+ .icon-direction-rowreverse:before {
816
+ content: "\e68b";
817
+ }
818
+
819
+ .icon-display-flex:before {
820
+ content: "\e68c";
821
+ }
822
+
823
+ .icon-dialog:before {
824
+ content: "\e66f";
825
+ }
826
+
827
+ .icon-drag:before {
828
+ content: "\e68e";
829
+ }
830
+
831
+ .icon-display-block:before {
832
+ content: "\e68f";
833
+ }
834
+
835
+ .icon-data:before {
836
+ content: "\e690";
837
+ }
838
+
839
+ .icon-edit2:before {
840
+ content: "\e691";
841
+ }
842
+
843
+ .icon-edit:before {
844
+ content: "\e692";
845
+ }
846
+
847
+ .icon-add-col:before {
848
+ content: "\e693";
849
+ }
850
+
851
+ .icon-display-inlineblock:before {
852
+ content: "\e694";
853
+ }
854
+
855
+ .icon-config-base:before {
856
+ content: "\e6bf";
857
+ }
858
+
859
+ .icon-config-validate:before {
860
+ content: "\e696";
861
+ }
862
+
863
+ .icon-down:before {
864
+ content: "\e697";
865
+ }
866
+
867
+ .icon-display-inline:before {
868
+ content: "\e698";
869
+ }
870
+
871
+ .icon-eye:before {
872
+ content: "\e699";
873
+ }
874
+
875
+ .icon-eye-close:before {
876
+ content: "\e69a";
877
+ }
878
+
879
+ .icon-import:before {
880
+ content: "\e6a6";
881
+ }
882
+
883
+ .icon-preview:before {
884
+ content: "\e69b";
885
+ }
886
+
887
+ .icon-flex-nowrap:before {
888
+ content: "\e69c";
889
+ }
890
+
891
+ .icon-folder:before {
892
+ content: "\e69d";
893
+ }
894
+
895
+ .icon-form-circle:before {
896
+ content: "\e69e";
897
+ }
898
+
899
+ .icon-flex-wrap:before {
900
+ content: "\e69f";
901
+ }
902
+
903
+ .icon-form:before {
904
+ content: "\e6a0";
905
+ }
906
+
907
+ .icon-form-item:before {
908
+ content: "\e6a1";
909
+ }
910
+
911
+ .icon-icon:before {
912
+ content: "\e6a2";
913
+ }
914
+
915
+ .icon-image:before {
916
+ content: "\e6a3";
917
+ }
918
+
919
+ .icon-justify-flexstart:before {
920
+ content: "\e6a4";
921
+ }
922
+
923
+ .icon-justify-center:before {
924
+ content: "\e6a5";
925
+ }
926
+
927
+ .icon-justify-spacearound:before {
928
+ content: "\e670";
929
+ }
930
+
931
+ .icon-justify-stretch:before {
932
+ content: "\e6a7";
933
+ }
934
+
935
+ .icon-link2:before {
936
+ content: "\e6a8";
937
+ }
938
+
939
+ .icon-justify-spacebetween:before {
940
+ content: "\e695";
941
+ }
942
+
943
+ .icon-minus:before {
944
+ content: "\e6aa";
945
+ }
946
+
947
+ .icon-menu2:before {
948
+ content: "\e6ab";
949
+ }
950
+
951
+ .icon-more:before {
952
+ content: "\e6ac";
953
+ }
954
+
955
+ .icon-menu:before {
956
+ content: "\e6ad";
957
+ }
958
+
959
+ .icon-language:before {
960
+ content: "\e6ae";
961
+ }
962
+
963
+ .icon-pad:before {
964
+ content: "\e6af";
965
+ }
966
+
967
+ .icon-mobile:before {
968
+ content: "\e6b0";
969
+ }
970
+
971
+ .icon-page-max:before {
972
+ content: "\e6b1";
973
+ }
974
+
975
+ .icon-move:before {
976
+ content: "\e6b2";
977
+ }
978
+
979
+ .icon-page-min:before {
980
+ content: "\e6b3";
981
+ }
982
+
983
+ .icon-pre-step:before {
984
+ content: "\e6b4";
985
+ }
986
+
987
+ .icon-pc:before {
988
+ content: "\e6b5";
989
+ }
990
+
991
+ .icon-page:before {
992
+ content: "\e6b6";
993
+ }
994
+
995
+ .icon-refresh:before {
996
+ content: "\e6b7";
997
+ }
998
+
999
+ .icon-radius:before {
1000
+ content: "\e6b8";
1001
+ }
1002
+
1003
+ .icon-save-filled:before {
1004
+ content: "\e6b9";
1005
+ }
1006
+
1007
+ .icon-question:before {
1008
+ content: "\e6ba";
1009
+ }
1010
+
1011
+ .icon-scroll:before {
1012
+ content: "\e6bb";
1013
+ }
1014
+
1015
+ .icon-script:before {
1016
+ content: "\e6bc";
1017
+ }
1018
+
1019
+ .icon-setting:before {
1020
+ content: "\e6bd";
1021
+ }
1022
+
1023
+ .icon-save:before {
1024
+ content: "\e6be";
1025
+ }
1026
+
1027
+ .icon-save-online:before {
1028
+ content: "\e6be";
1029
+ }
1030
+
1031
+ .icon-task-add:before {
1032
+ content: "\e68d";
1033
+ }
1034
+
1035
+ .icon-shadow:before {
1036
+ content: "\e6c0";
1037
+ }
1038
+
1039
+ .icon-variable:before {
1040
+ content: "\e6c1";
1041
+ }
1042
+
1043
+ .icon-yes:before {
1044
+ content: "\e6c2";
1045
+ }
1046
+
1047
+ .icon-shadow-inset:before {
1048
+ content: "\e6c3";
1049
+ }
1050
+
1051
+ .icon-date:before {
1052
+ content: "\e642";
1053
+ }
1054
+
1055
+ .icon-date-range:before {
1056
+ content: "\e643";
1057
+ }
1058
+
1059
+ .icon-collapse:before {
1060
+ content: "\e644";
1061
+ }
1062
+
1063
+ .icon-slider:before {
1064
+ content: "\e665";
1065
+ }
1066
+
1067
+ .icon-switch:before {
1068
+ content: "\e646";
1069
+ }
1070
+
1071
+ .icon-subform:before {
1072
+ content: "\e647";
1073
+ }
1074
+
1075
+ .icon-time-range:before {
1076
+ content: "\e685";
1077
+ }
1078
+
1079
+ .icon-tree-select:before {
1080
+ content: "\e649";
1081
+ }
1082
+
1083
+ .icon-value:before {
1084
+ content: "\e64a";
1085
+ }
1086
+
1087
+ .icon-table-form3:before {
1088
+ content: "\e6a9";
1089
+ }
1090
+
1091
+ .icon-alert:before {
1092
+ content: "\e64c";
1093
+ }
1094
+
1095
+ .icon-card:before {
1096
+ content: "\e64d";
1097
+ }
1098
+
1099
+ .icon-checkbox:before {
1100
+ content: "\e64e";
1101
+ }
1102
+
1103
+ .icon-cascader:before {
1104
+ content: "\e64f";
1105
+ }
1106
+
1107
+ .icon-button:before {
1108
+ content: "\e650";
1109
+ }
1110
+
1111
+ .icon-data-table:before {
1112
+ content: "\e651";
1113
+ }
1114
+
1115
+ .icon-group:before {
1116
+ content: "\e652";
1117
+ }
1118
+
1119
+ .icon-divider:before {
1120
+ content: "\e653";
1121
+ }
1122
+
1123
+ .icon-flex:before {
1124
+ content: "\e654";
1125
+ }
1126
+
1127
+ .icon-descriptions:before {
1128
+ content: "\e655";
1129
+ }
1130
+
1131
+ .icon-html:before {
1132
+ content: "\e656";
1133
+ }
1134
+
1135
+ .icon-editor:before {
1136
+ content: "\e657";
1137
+ }
1138
+
1139
+ .icon-input:before {
1140
+ content: "\e658";
1141
+ }
1142
+
1143
+ .icon-link:before {
1144
+ content: "\e659";
1145
+ }
1146
+
1147
+ .icon-password:before {
1148
+ content: "\e65a";
1149
+ }
1150
+
1151
+ .icon-radio:before {
1152
+ content: "\e65b";
1153
+ }
1154
+
1155
+ .icon-row:before {
1156
+ content: "\e65c";
1157
+ }
1158
+
1159
+ .icon-inline:before {
1160
+ content: "\e65d";
1161
+ }
1162
+
1163
+ .icon-rate:before {
1164
+ content: "\e65e";
1165
+ }
1166
+
1167
+ .icon-color:before {
1168
+ content: "\e65f";
1169
+ }
1170
+
1171
+ .icon-select:before {
1172
+ content: "\e660";
1173
+ }
1174
+
1175
+ .icon-json:before {
1176
+ content: "\e661";
1177
+ }
1178
+
1179
+ .icon-number:before {
1180
+ content: "\e662";
1181
+ }
1182
+
1183
+ .icon-space:before {
1184
+ content: "\e664";
1185
+ }
1186
+
1187
+ .icon-step-form:before {
1188
+ content: "\e663";
1189
+ }
1190
+
1191
+ .icon-table-form:before {
1192
+ content: "\e666";
1193
+ }
1194
+
1195
+ .icon-table-form2:before {
1196
+ content: "\e667";
1197
+ }
1198
+
1199
+ .icon-time:before {
1200
+ content: "\e668";
1201
+ }
1202
+
1203
+ .icon-span:before {
1204
+ content: "\e669";
1205
+ }
1206
+
1207
+ .icon-textarea:before {
1208
+ content: "\e66a";
1209
+ }
1210
+
1211
+ .icon-tooltip:before {
1212
+ content: "\e66b";
1213
+ }
1214
+
1215
+ .icon-slot:before {
1216
+ content: "\e66c";
1217
+ }
1218
+
1219
+ .icon-transfer:before {
1220
+ content: "\e66d";
1221
+ }
1222
+
1223
+ .icon-upload:before {
1224
+ content: "\e673";
1225
+ }
1226
+
1227
+ .icon-tag:before {
1228
+ content: "\e671";
1229
+ }
1230
+
1231
+ .icon-watermark:before {
1232
+ content: "\e672";
1233
+ }
1234
+
1235
+ .icon-tab:before {
1236
+ content: "\e674";
1237
+ }
1238
+
1239
+ .icon-tree:before {
1240
+ content: "\e675";
1241
+ }
1242
+
1243
+ .icon-table:before {
1244
+ content: "\e677";
1245
+ }
1246
+
1247
+ .icon-add-child:before {
1248
+ content: "\e678";
1249
+ }
1250
+
1251
+ .icon-add2:before {
1252
+ content: "\e679";
1253
+ }
1254
+
1255
+ .icon-add:before {
1256
+ content: "\e67a";
1257
+ }
1258
+
1259
+ .icon-alignitems-baseline:before {
1260
+ content: "\e67b";
1261
+ }
1262
+
1263
+ .icon-add-circle:before {
1264
+ content: "\e67c";
1265
+ }
1266
+
1267
+ .icon-alignitems-center:before {
1268
+ content: "\e67d";
1269
+ }