bhd-components 0.7.3 → 0.7.4

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.
Files changed (49) hide show
  1. package/README.md +1 -1
  2. package/dist/{0650d749.esm.es5.development.js → 4d37fec9.esm.es5.development.js} +9435 -1276
  3. package/dist/ad151cc6.esm.es5.production.js +485 -0
  4. package/dist/index.esm.es5.development.css +11898 -896
  5. package/dist/index.esm.es5.development.js +1832 -651
  6. package/dist/index.esm.es5.production.css +1 -1
  7. package/dist/index.esm.es5.production.js +1 -1
  8. package/dist/vendor.esm.es5.development.esm.es5.development.css +2 -1
  9. package/dist/vendor.esm.es5.production.esm.es5.production.css +1 -1
  10. package/es2017/customerService/contactsList.js +2 -2
  11. package/es2017/customerService/function.d.ts +6 -1
  12. package/es2017/customerService/function.js +64 -15
  13. package/es2017/customerService/index.d.ts +3 -0
  14. package/es2017/customerService/index.js +589 -252
  15. package/es2017/customerService/index.module.less +596 -109
  16. package/es2017/customerService/index2.module.less +586 -109
  17. package/es2017/customerService/screenshotTool.d.ts +9 -0
  18. package/es2017/customerService/screenshotTool.js +127 -0
  19. package/es2017/icons/components/custom-knowledge_content.d.ts +4 -0
  20. package/es2017/icons/components/custom-knowledge_content.js +24 -0
  21. package/es2017/icons/components/custom-screenshot.d.ts +4 -0
  22. package/es2017/icons/components/custom-screenshot.js +25 -0
  23. package/es2017/icons/components/custom-video-abstraction.d.ts +4 -0
  24. package/es2017/icons/components/custom-video-abstraction.js +22 -0
  25. package/es2017/icons/components/custom-wenhao_round.d.ts +4 -0
  26. package/es2017/icons/components/custom-wenhao_round.js +22 -0
  27. package/es2017/icons/components/index.d.ts +4 -0
  28. package/es2017/icons/components/index.js +4 -0
  29. package/esm/customerService/contactsList.js +6 -2
  30. package/esm/customerService/function.d.ts +6 -1
  31. package/esm/customerService/function.js +65 -15
  32. package/esm/customerService/index.d.ts +3 -0
  33. package/esm/customerService/index.js +594 -283
  34. package/esm/customerService/index.module.less +596 -109
  35. package/esm/customerService/index2.module.less +586 -109
  36. package/esm/customerService/screenshotTool.d.ts +9 -0
  37. package/esm/customerService/screenshotTool.js +128 -0
  38. package/esm/icons/components/custom-knowledge_content.d.ts +4 -0
  39. package/esm/icons/components/custom-knowledge_content.js +26 -0
  40. package/esm/icons/components/custom-screenshot.d.ts +4 -0
  41. package/esm/icons/components/custom-screenshot.js +27 -0
  42. package/esm/icons/components/custom-video-abstraction.d.ts +4 -0
  43. package/esm/icons/components/custom-video-abstraction.js +24 -0
  44. package/esm/icons/components/custom-wenhao_round.d.ts +4 -0
  45. package/esm/icons/components/custom-wenhao_round.js +24 -0
  46. package/esm/icons/components/index.d.ts +4 -0
  47. package/esm/icons/components/index.js +4 -0
  48. package/package.json +3 -1
  49. package/dist/24d37cb8.esm.es5.production.js +0 -468
@@ -108,6 +108,54 @@
108
108
  margin: 0 4px;
109
109
  margin-left: 23px;
110
110
  }
111
+
112
+ .popover_main{
113
+ position: relative;
114
+ z-index: 99;
115
+ .popover{
116
+ padding: 8px;
117
+ border-radius: 4px;
118
+ line-height: 1.5;
119
+ color: rgba(0, 0, 0, 0.65);
120
+ position: absolute;
121
+ border: 1px solid rgba(0, 0, 0, 0.15);
122
+ background-color: #fff;
123
+ white-space: nowrap;
124
+ font-size: 14px;
125
+ position: absolute;
126
+ top: 26px;
127
+ left: -30px;
128
+ display: none;
129
+ &::after{
130
+ content: "";
131
+ position: absolute;
132
+ width: 0;
133
+ height: 0;
134
+ z-index: 99;
135
+ border: 6px solid;
136
+ border-color: transparent transparent #fff transparent;
137
+ top: -12px;
138
+ left: 32px;
139
+ }
140
+ &::before{
141
+ content: "";
142
+ position: absolute;
143
+ z-index: 99;
144
+ width: 0;
145
+ height: 0;
146
+ border: 6px solid;
147
+ border-color: transparent transparent rgba(0, 0, 0, 0.15) transparent;
148
+ top: -13px;
149
+ left: 32px;
150
+ }
151
+ }
152
+ &:hover{
153
+ .popover{
154
+ display: block;
155
+ }
156
+ }
157
+
158
+ }
111
159
  }
112
160
  }
113
161
  }
@@ -199,11 +247,98 @@
199
247
  visibility: visible;
200
248
  }
201
249
  }
250
+ .operate_modal_bottom {
251
+ display: flex;
252
+ justify-content: space-between;
253
+ align-items: center;
254
+ // position: sticky;
255
+ bottom: 0;
256
+
257
+ .operate {
258
+ display: inline-block;
259
+ padding: 8px;
260
+ line-height: 1;
261
+ color: @color-text-tertiary-Tr;
262
+ i {
263
+ color: @color-text-tertiary-Tr;
264
+ font-size: 16px;
265
+ cursor: pointer;
266
+ svg {
267
+ color: @color-icon-fill-Tr;
268
+ }
269
+ &:hover {
270
+ svg {
271
+ color: @color-data-visualization-01;
272
+ }
273
+ }
274
+ }
275
+ .active {
276
+ // color: @color-background-primary-base;
277
+ svg {
278
+ color: @color-text-primary;
279
+ }
280
+ }
281
+ span {
282
+ margin: 0 8px;
283
+ cursor: pointer;
284
+ }
285
+ }
286
+ .stop_generate {
287
+ // position: absolute;
288
+ font-size: 12px;
289
+ color: @color-text-tertiary-Tr;
290
+ display: inline-block;
291
+ padding: 8px 0;
292
+ cursor: pointer;
293
+ .icon {
294
+ display: inline-block;
295
+ width: 10px;
296
+ height: 10px;
297
+ border-radius: 2px;
298
+ background-color: @color-text-tertiary-Tr;
299
+ margin-right: 4px;
300
+ }
301
+ .find_teacher {
302
+ padding: 2px 8px;
303
+ border-radius: 2px;
304
+ background-color: @color-background-filltertiary-Tr;
305
+ color: @color-text-tertiary-Tr;
306
+ font-size: 12px;
307
+ line-height: 1;
308
+ &:hover{
309
+ color: @color-text-primary;
310
+ }
311
+ }
312
+ }
313
+ .stop_generate:hover{
314
+ color: @color-text-primary;
315
+ span{
316
+ color: @color-text-primary;
317
+ }
318
+ }
319
+ .stop_findTeacher {
320
+ font-size: 12px;
321
+ color: @color-text-tertiary-Tr;
322
+ display: inline-block;
323
+ padding: 8px 0;
324
+ cursor: pointer;
325
+ span {
326
+ padding: 0px 8px;
327
+ background-color: @color-background-filltertiary-Tr;
328
+ color: @color-text-tertiary-Tr;
329
+ &:hover{
330
+ color: @color-text-primary;
331
+ }
332
+ }
333
+ }
334
+
335
+ }
336
+
202
337
  .main_content {
203
338
  position: relative;
204
339
 
205
340
  .content {
206
-
341
+ position: relative;
207
342
  max-width: 100%;
208
343
  // width: 100%;
209
344
  //以下优化ai返回的内容的样式
@@ -245,16 +380,144 @@
245
380
  }
246
381
  }
247
382
  pre {
248
- background: rgba(0, 0, 0, 0.05);
383
+ background: @color-background-fillquaternary;
384
+ border: 1px solid @color-border-secondary-Tr;
385
+ border-top: none;
386
+
249
387
  padding: 12px;
250
388
  line-height: 1.5;
251
389
  margin: 4px 0;
390
+ border-radius: 0 0 4px 4px;
252
391
  }
392
+ // 最后一行操作按钮
393
+ .operate_modal_bottom{
394
+ position: relative;
395
+ top: 10px ;
396
+ &::before{
397
+ content: '';
398
+ display: block;
399
+ width: calc(100% + 32px);
400
+ height: 1px;
401
+ background-color: rgba(0, 0, 0, 0.06);
402
+ position: absolute;
403
+ bottom: 40px;
404
+ left: -16px;
405
+ }
406
+ &>p{
407
+ padding: 12px 0;
408
+ }
409
+ .find_teacher{
410
+ padding: 0;
411
+ background-color: transparent;
412
+ color: @color-text-primary;
413
+ }
414
+ .operate{
415
+ :global{
416
+ .anticon{
417
+ display: inline-block;
418
+ width: 20px;
419
+ height: 20px;
420
+ &:hover{
421
+ background-color: @color-background-filltertiary-Tr;
422
+ }
423
+ }
424
+ }
425
+ }
426
+ }
427
+
253
428
  }
254
429
  .sign{
255
430
  background-color: #1890ff;
256
431
  color: #fff;
257
432
  }
433
+
434
+
435
+ // //视频摘要内容
436
+ // .video_abstract{
437
+ // .title{
438
+ // position: relative;
439
+ // p{
440
+ // color: #000;
441
+ // font-size: 14px;
442
+ // font-weight: 600;
443
+ // line-height: 150%; /* 21px */
444
+ // position: relative;
445
+ // z-index: 2;
446
+ // }
447
+ // span{
448
+ // display: block;
449
+ // width: 56px;
450
+ // height: 6px;
451
+ // background-color: @color-background-primary-weak-hover;
452
+ // position: absolute;
453
+ // bottom: 0px;
454
+
455
+ // }
456
+
457
+ // }
458
+ // .abstract{
459
+ // padding: 16px 0;
460
+ // color: @color-text-Tr;
461
+ // font-size: 14px;
462
+ // line-height: 150%; /* 21px */
463
+ // border-bottom: 1px solid @color-border-secondary-Tr;
464
+ // margin-bottom: 16px;
465
+ // border-width: calc(100% + 32px);
466
+ // border-left: -18px;
467
+ // }
468
+ // .main_knowledge{
469
+ // .item{
470
+ // color: @color-text-Tr;
471
+ // font-size: 14px;
472
+ // line-height: 150%; /* 21px */
473
+ // .brief_summary{
474
+ // padding-right: 100px;
475
+ // position: relative;
476
+ // display: flex;
477
+ // margin: 16px 0;
478
+ // .video_time{
479
+ // padding: 4px 8px;
480
+ // background-color: #CCE7FF;
481
+ // color: @color-text-info;
482
+ // font-size: 12px;
483
+ // line-height: 1;
484
+ // position: absolute;
485
+ // right: 0;
486
+ // }
487
+ // .icon{
488
+ // display: inline-block;
489
+ // width: 21px;
490
+ // height: 21px;
491
+ // margin-right: 4px;
492
+ // svg{
493
+ // color:@color-icon-fill-Tr;
494
+ // }
495
+ // }
496
+ // .icon_active{
497
+ // svg{
498
+ // color:@color-icon-hover;
499
+ // }
500
+ // }
501
+ // }
502
+ // .brief_summary_con{
503
+ // margin-top: 16px;
504
+ // padding-left: 46px;
505
+ // position: relative;
506
+ // &::before{
507
+ // content: '';
508
+ // display: block;
509
+ // width: 6px;
510
+ // height: 6px;
511
+ // border-radius: 50%;
512
+ // background-color: @color-text-quaternary-Tr;
513
+ // position: absolute;
514
+ // left: 30px;
515
+ // top: 8px;
516
+ // }
517
+ // }
518
+ // }
519
+ // }
520
+ // }
258
521
  }
259
522
  .operate_modal {
260
523
  // display: none;
@@ -301,110 +564,27 @@
301
564
  }
302
565
  .ask_question {
303
566
  cursor: pointer;
304
- color: @color-text-tertiary-Tr;
567
+ color: @color-text-primary;
305
568
  font-size: 12px;
306
569
  line-height: 1;
307
- padding: 2px 8px;
308
- background-color: @color-background-filltertiary-Tr;
309
- margin-right: 16px;
310
- &:hover{
311
- color: @color-text-primary;
312
- }
570
+ // padding: 2px 8px;
571
+ // background-color: @color-background-filltertiary-Tr;
572
+ // margin-right: 16px;
573
+ // &:hover{
574
+ // color: @color-text-primary;
575
+ // }
313
576
  }
314
577
  }
315
578
  }
316
- .operate_modal_bottom {
317
- display: flex;
318
- justify-content: space-between;
319
- align-items: center;
320
- // position: sticky;
321
- bottom: 0;
322
579
 
323
- .operate {
324
- display: inline-block;
325
- padding: 8px;
326
- line-height: 1;
327
- color: @color-text-tertiary-Tr;
328
- i {
329
- color: @color-text-tertiary-Tr;
330
- font-size: 16px;
331
- cursor: pointer;
332
- svg {
333
- color: @color-icon-fill-Tr;
334
- }
335
- &:hover {
336
- svg {
337
- color: @color-data-visualization-01;
338
- }
339
- }
340
- }
341
- .active {
342
- // color: @color-background-primary-base;
343
- svg {
344
- color: @color-text-primary;
345
- }
346
- }
347
- span {
348
- margin: 0 8px;
349
- cursor: pointer;
350
- }
351
- }
352
- .stop_generate {
353
- // position: absolute;
354
- font-size: 12px;
355
- color: @color-text-tertiary-Tr;
356
- display: inline-block;
357
- padding: 8px 0;
358
- cursor: pointer;
359
- .icon {
360
- display: inline-block;
361
- width: 10px;
362
- height: 10px;
363
- border-radius: 2px;
364
- background-color: @color-text-tertiary-Tr;
365
- margin-right: 4px;
366
- }
367
- .find_teacher {
368
- padding: 2px 8px;
369
- border-radius: 2px;
370
- background-color: @color-background-filltertiary-Tr;
371
- color: @color-text-tertiary-Tr;
372
- font-size: 12px;
373
- line-height: 1;
374
- &:hover{
375
- color: @color-text-primary;
376
- }
377
- }
378
- }
379
- .stop_generate:hover{
380
- color: @color-text-primary;
381
- span{
382
- color: @color-text-primary;
383
- }
384
- }
385
- .stop_findTeacher {
386
- font-size: 12px;
387
- color: @color-text-tertiary-Tr;
388
- display: inline-block;
389
- padding: 8px 0;
390
- cursor: pointer;
391
- span {
392
- padding: 0px 8px;
393
- background-color: @color-background-filltertiary-Tr;
394
- color: @color-text-tertiary-Tr;
395
- &:hover{
396
- color: @color-text-primary;
397
- }
398
- }
399
- }
400
-
401
- }
402
580
  }
403
581
  .content {
404
582
  padding: 12px 16px;
405
583
  // max-width: 80%;
406
584
  display: inline-block;
407
585
  font-size: 14px;
586
+
587
+
408
588
  }
409
589
  }
410
590
  .left {
@@ -429,13 +609,123 @@
429
609
  }
430
610
 
431
611
  li .content {
432
- .association_problem li {
433
- color: #5991ef;
434
- font-size: 14px;
435
- font-weight: 400;
436
- line-height: 1.8;
612
+ .association_problem{
613
+ padding-left: 0;
614
+ li {
615
+ padding-top: 16px;
616
+ color: #5991ef;
617
+ font-size: 14px;
618
+ font-weight: 400;
619
+ line-height: 1.8;
620
+ cursor: pointer;
621
+ list-style-type: none;
622
+ }
623
+ }
624
+
625
+ .img_con{
626
+ width: 100%;
627
+ text-align: center;
628
+ position: relative;
629
+ border-radius: 4px;
630
+ overflow: hidden;
631
+ display: inline-flex;
632
+ margin-top: 24px;
633
+ .mask_zoom{
634
+ position: absolute;
635
+ top: 0;
636
+ left: 0;
637
+
638
+ width: 100%;
639
+ height: 100%;
640
+ background-color: rgba(0, 0, 0, 0.3);
641
+ border-radius: 4px;
642
+ display: none;
643
+ align-items: center;
644
+ justify-content: center;
645
+ svg{
646
+ font-size: 20px;
647
+ color: #fff;
648
+ cursor: pointer;
649
+ }
650
+
651
+ }
652
+ &:hover{
653
+ .mask_zoom{
654
+ display: flex;
655
+ }
656
+ }
657
+ }
658
+
659
+ .copyCode{
660
+ display: flex;
661
+ justify-content: flex-end;
662
+ align-items: center;
663
+ border-radius: 4px 4px 0px 0px;
664
+ border: 1px solid @color-border-secondary-Tr;
665
+ border-bottom-color: @color-border-secondary-Tr;
666
+ background: @color-background-fillquaternary-Tr;
667
+ text-align: right;
668
+ height: 37px;
669
+ line-height: 37px !important;
670
+ padding: 0 !important;
671
+ padding-right: 16px !important;
672
+ position: relative;
673
+ top: 6px;
437
674
  cursor: pointer;
438
- list-style-type: none;
675
+ font-weight: 400 !important;
676
+ .icon{
677
+ display: none;
678
+ }
679
+ :global{
680
+ .copy{
681
+ display: block;
682
+ }
683
+ }
684
+ svg{
685
+ color: @color-text-Secondary-Tr;
686
+ margin-right: 8px;
687
+ font-size: 16px;
688
+ position: relative;
689
+ top: 2px;
690
+ }
691
+ }
692
+ :global{
693
+ .copy_success{
694
+
695
+ .copyCode{
696
+ color:@color-text-primary;
697
+ }
698
+ .copy{
699
+ display: none;
700
+ }
701
+ .copy_success_flag{
702
+ display: inline-block;
703
+ svg{
704
+ color:@color-text-primary;
705
+ }
706
+ }
707
+ }
708
+ }
709
+ p>code{
710
+ border: none;
711
+ background-color: @color-background-fillsecondary-Tr;
712
+ border-radius: 2px;
713
+ color: #000;
714
+ padding: 0 2px;
715
+ }
716
+ li{
717
+ ::marker {
718
+ font-weight: 600;
719
+ }
720
+ p{
721
+ font-weight: 400 !important;
722
+ strong{
723
+ border-bottom: 6px solid @color-background-primary-weak-hover;
724
+ height: 20px;
725
+ display: inline-block;
726
+ }
727
+ }
728
+
439
729
  }
440
730
  }
441
731
  .time {
@@ -599,6 +889,24 @@
599
889
  }
600
890
  }
601
891
  }
892
+ .issues_list_flag {
893
+ position: absolute;
894
+ bottom: 60px;
895
+ margin: 0 16px;
896
+ // padding-bottom: 4px;
897
+ line-height: 1;
898
+ // padding-top: 24px;
899
+ p{
900
+ padding: 8px 16px;
901
+ background-color: #fff;
902
+ border-radius: 38px;
903
+ cursor: pointer;
904
+ &:hover{
905
+ background-color: @color-background-primary-weak;
906
+ color: @color-border-primary;
907
+ }
908
+ }
909
+ }
602
910
  .Drawer_buttom {
603
911
  display: flex;
604
912
  align-items: flex-end;
@@ -637,6 +945,94 @@
637
945
  background-color: #fff !important;
638
946
  }
639
947
  }
948
+
949
+ .picture_layout{
950
+ display: flex;
951
+ align-items: center;
952
+ padding-bottom: 12px;
953
+ border-bottom: 1px solid @color-border-secondary-Tr;
954
+ margin-bottom: 12px;
955
+ &:hover{
956
+ // background-color: rgba(0, 0, 0, 0.02);
957
+ cursor: pointer;
958
+ }
959
+ .left{
960
+ width: 90px;
961
+ height: 60px;
962
+ position: relative;
963
+ border-radius: 4px;
964
+
965
+ img{
966
+ width: 100%;
967
+ height: 100%;
968
+ border-radius: 4px;
969
+ overflow: hidden;
970
+ }
971
+ .icon_close{
972
+ position: absolute;
973
+ top: -8px;
974
+ right: -8px;
975
+ z-index: 2;
976
+ span{
977
+ font-size: 18px;
978
+ color: rgba(0, 0, 0, 0.45);
979
+ }
980
+ }
981
+ .icon_zoom{
982
+ position: absolute;
983
+ background: rgba(0,0,0,0.3);
984
+ width: 100%;
985
+ height: 100%;
986
+ top: 0;
987
+ text-align: center;
988
+ display: none;
989
+ align-items: center;
990
+ justify-content: center;
991
+ border-radius: 4px;
992
+ :global{
993
+ .anticon{
994
+ color: #fff;
995
+ }
996
+ }
997
+ .anticon{
998
+ color: #fff;
999
+ font-size: 18px;
1000
+ }
1001
+ }
1002
+ &:hover{
1003
+ .icon_zoom{
1004
+ display: flex;
1005
+ }
1006
+ }
1007
+ }
1008
+ .right{
1009
+ margin-left: 24px;
1010
+ p{
1011
+ display: inline-flex;
1012
+ align-items: center;
1013
+ padding: 2px 8px;
1014
+ background-color: @color-background-filltertiary-Tr;
1015
+ color: @color-text-Tr;
1016
+ line-height: 1.5;
1017
+ &:first-child{
1018
+ margin-bottom: 8px;
1019
+ }
1020
+ span{
1021
+ margin-right: 4px;
1022
+ }
1023
+ :global {
1024
+ .anticon{
1025
+ vertical-align: middle !important;
1026
+ }
1027
+ }
1028
+
1029
+ svg{
1030
+ color: @color-text-Tr;
1031
+ font-size: 20px;
1032
+ }
1033
+ }
1034
+ }
1035
+ }
640
1036
  }
641
1037
  & > .no_AI {
642
1038
  width: 100%;
@@ -644,9 +1040,9 @@
644
1040
  padding-right: 12px;
645
1041
  }
646
1042
  }
647
- .voice {
1043
+ .screenshot {
648
1044
  position: absolute;
649
- right: 18px;
1045
+ right: 16px;
650
1046
  bottom: 10px;
651
1047
  color: rgba(0, 0, 0, 0.65);
652
1048
  i {
@@ -656,13 +1052,13 @@
656
1052
  font-size: 20px;
657
1053
  }
658
1054
  }
659
- .voice_btn {
660
- width: 32px;
661
- cursor: pointer;
662
- position: absolute;
663
- bottom: -5px;
664
- right: -10px;
665
- }
1055
+ // .voice_btn {
1056
+ // width: 32px;
1057
+ // cursor: pointer;
1058
+ // position: absolute;
1059
+ // bottom: -5px;
1060
+ // right: -10px;
1061
+ // }
666
1062
  }
667
1063
  .disabled{
668
1064
  cursor:not-allowed !important;
@@ -698,6 +1094,13 @@
698
1094
 
699
1095
  max-height: 36px;
700
1096
  word-break: break-all;
1097
+
1098
+ display: flex;
1099
+ align-items: center;
1100
+ img{
1101
+ margin-right: 8px;
1102
+ width: 60px;
1103
+ }
701
1104
  }
702
1105
  }
703
1106
  .delete_quote {
@@ -1400,3 +1803,77 @@
1400
1803
  }
1401
1804
  }
1402
1805
 
1806
+ //截图功能
1807
+ .screenshot_Modal{
1808
+ position: fixed;
1809
+ top: 0;
1810
+ left: 0;
1811
+ z-index: 99;
1812
+ width:100% !important;
1813
+ height: 100% !important;
1814
+ background-color: transparent !important;
1815
+ // background-color: burlywood;
1816
+ .ReactCrop{
1817
+
1818
+ }
1819
+ :global{
1820
+ .ReactCrop__child-wrapper{
1821
+ position: fixed;
1822
+ width: 100% !important;
1823
+ height: 100% !important;
1824
+ top: 0 !important;
1825
+ left: 0 !important
1826
+ }
1827
+ }
1828
+ :global{
1829
+ .ReactCrop{
1830
+ width: 100% !important;
1831
+ height: 100% !important;
1832
+ top: 0 !important;
1833
+ left: 0 !important;
1834
+ }
1835
+
1836
+ }
1837
+
1838
+ .screenshot_Modal_btn{
1839
+ position: fixed !important;
1840
+ z-index: 999;
1841
+ border-radius: 4px;
1842
+ background: #FFF;
1843
+ padding: 8px 12px;
1844
+ width: 88px;
1845
+ display: flex;
1846
+ justify-content: space-around;
1847
+ align-items: center;
1848
+ &>span{
1849
+ display: inline-block;
1850
+ width: 24px;
1851
+ height: 24px;
1852
+ border-radius: 2px;
1853
+ text-align: center;
1854
+ .anticon{
1855
+ padding-top: 3.5px;
1856
+ }
1857
+ &:hover{
1858
+ background-color: rgba(0, 0, 0, 0.04);
1859
+ }
1860
+ svg{
1861
+ font-size: 18px;
1862
+ color: rgba(244, 82, 59, 1);
1863
+ }
1864
+
1865
+ }
1866
+ &>span:nth-child(2){
1867
+ display: inline-block;
1868
+ width: 24px;
1869
+ height: 24px;
1870
+ border-radius: 2px;
1871
+ &:hover{
1872
+ background-color: rgba(0, 0, 0, 0.04);
1873
+ }
1874
+ svg{
1875
+ color: rgba(35, 217, 195, 1);
1876
+ }
1877
+ }
1878
+ }
1879
+ }