easy3wui 1.6.2 → 2.0.2

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 (122) hide show
  1. package/README.md +0 -2
  2. package/assets/btn.css +3 -9
  3. package/assets/card.css +0 -8
  4. package/assets/flow.css +133 -287
  5. package/assets/formPage.css +3 -85
  6. package/assets/gridPage.css +1 -53
  7. package/assets/index.css +141 -444
  8. package/assets/login.css +0 -4
  9. package/assets/userLayout.css +1 -2
  10. package/lib/Easy3wButton/index.js +4 -8
  11. package/lib/Easy3wButtonOne/index.js +1 -1
  12. package/lib/Easy3wCaHandler/index.js +130 -24
  13. package/lib/Easy3wDownLoad/index.js +96 -9
  14. package/lib/Easy3wFlow/index.js +36 -216
  15. package/lib/Easy3wFormPage/index.js +140 -579
  16. package/lib/Easy3wMAESDecrypt/index.js +21 -0
  17. package/lib/Easy3wMAESEncrypt/index.js +20 -0
  18. package/lib/Easy3wMActionSheet/index.js +41 -0
  19. package/lib/Easy3wMAutoCenter/index.js +47 -0
  20. package/lib/Easy3wMAvatar/index.js +41 -0
  21. package/lib/Easy3wMBadge/index.js +47 -0
  22. package/lib/Easy3wMButton/index.js +158 -0
  23. package/lib/Easy3wMButton/index.less +7 -0
  24. package/lib/Easy3wMCalendar/index.js +41 -0
  25. package/lib/Easy3wMCapsuleTabs/index.js +50 -0
  26. package/lib/Easy3wMCaptcha/index.js +117 -0
  27. package/lib/Easy3wMCard/index.js +47 -0
  28. package/lib/Easy3wMCascadePicker/index.js +47 -0
  29. package/lib/Easy3wMCascadePickerView/index.js +47 -0
  30. package/lib/Easy3wMCascader/index.js +47 -0
  31. package/lib/Easy3wMCascaderView/index.js +47 -0
  32. package/lib/Easy3wMCenterPopup/index.js +47 -0
  33. package/lib/Easy3wMCheckList/index.js +50 -0
  34. package/lib/Easy3wMCheckbox/index.js +50 -0
  35. package/lib/Easy3wMCollapse/index.js +50 -0
  36. package/lib/Easy3wMDatePicker/index.js +47 -0
  37. package/lib/Easy3wMDatePickerView/index.js +47 -0
  38. package/lib/Easy3wMDialog/index.js +47 -0
  39. package/lib/Easy3wMDictCode/index.js +50 -0
  40. package/lib/Easy3wMDivider/index.js +48 -0
  41. package/lib/Easy3wMDownLoad/Easy3wMFileView.js +84 -0
  42. package/lib/Easy3wMDownLoad/Easy3wMImgView.js +75 -0
  43. package/lib/Easy3wMDownLoad/Easy3wMPDFView.js +145 -0
  44. package/lib/Easy3wMDownLoad/Easy3wMRCView.js +65 -0
  45. package/lib/Easy3wMDownLoad/index.js +284 -0
  46. package/lib/Easy3wMDropdown/index.js +50 -0
  47. package/lib/Easy3wMEllipsis/index.js +41 -0
  48. package/lib/Easy3wMEmpty/index.js +41 -0
  49. package/lib/Easy3wMErrorBlock/index.js +47 -0
  50. package/lib/Easy3wMException/index.js +55 -0
  51. package/lib/Easy3wMFloatingBubble/index.js +47 -0
  52. package/lib/Easy3wMFloatingPanel/index.js +47 -0
  53. package/lib/Easy3wMForm/index.js +57 -0
  54. package/lib/Easy3wMFormPage/index.js +191 -0
  55. package/lib/Easy3wMGetCookie/index.js +14 -0
  56. package/lib/Easy3wMGlobalFooter/index.js +77 -0
  57. package/lib/Easy3wMGlobalFooter/index.less +3 -0
  58. package/lib/Easy3wMGlobalHeader/index.js +65 -0
  59. package/lib/Easy3wMGrid/index.js +51 -0
  60. package/lib/Easy3wMGridPage/index.js +173 -0
  61. package/lib/Easy3wMImageUploader/index.js +47 -0
  62. package/lib/Easy3wMImageViewer/index.js +45 -0
  63. package/lib/Easy3wMIndexBar/index.js +50 -0
  64. package/lib/Easy3wMInfiniteScroll/index.js +47 -0
  65. package/lib/Easy3wMInput/index.js +41 -0
  66. package/lib/Easy3wMInsideLayout/index.js +131 -0
  67. package/lib/Easy3wMInsideLayout/index.less +31 -0
  68. package/lib/Easy3wMJumboTabs/index.js +50 -0
  69. package/lib/Easy3wMList/index.js +50 -0
  70. package/lib/Easy3wMLogin/index.js +174 -0
  71. package/lib/Easy3wMMask/index.js +47 -0
  72. package/lib/Easy3wMModal/index.js +47 -0
  73. package/lib/Easy3wMNavBar/index.js +47 -0
  74. package/lib/Easy3wMNoticeBar/index.js +41 -0
  75. package/lib/Easy3wMNumberKeyboard/index.js +41 -0
  76. package/lib/Easy3wMPageIndicator/index.js +41 -0
  77. package/lib/Easy3wMPasscodeInput/index.js +41 -0
  78. package/lib/Easy3wMPicker/index.js +47 -0
  79. package/lib/Easy3wMPickerView/index.js +47 -0
  80. package/lib/Easy3wMPopover/index.js +51 -0
  81. package/lib/Easy3wMPopoverMenu/index.js +49 -0
  82. package/lib/Easy3wMPopup/index.js +47 -0
  83. package/lib/Easy3wMProgressBar/index.js +41 -0
  84. package/lib/Easy3wMProgressCircle/index.js +47 -0
  85. package/lib/Easy3wMPullToRefresh/index.js +47 -0
  86. package/lib/Easy3wMRadio/index.js +51 -0
  87. package/lib/Easy3wMRate/index.js +47 -0
  88. package/lib/Easy3wMResult/index.js +41 -0
  89. package/lib/Easy3wMSafeArea/index.js +41 -0
  90. package/lib/Easy3wMSearchBar/index.js +41 -0
  91. package/lib/Easy3wMSelector/index.js +41 -0
  92. package/lib/Easy3wMSetCookie/index.js +13 -0
  93. package/lib/Easy3wMSideBar/index.js +51 -0
  94. package/lib/Easy3wMSkeleton/index.js +47 -0
  95. package/lib/Easy3wMSlider/index.js +41 -0
  96. package/lib/Easy3wMSpace/index.js +47 -0
  97. package/lib/Easy3wMSpin/index.js +66 -0
  98. package/lib/Easy3wMSpin/index.less +15 -0
  99. package/lib/Easy3wMStepper/index.js +41 -0
  100. package/lib/Easy3wMSteps/index.js +45 -0
  101. package/lib/Easy3wMSwipeAction/index.js +47 -0
  102. package/lib/Easy3wMSwiper/index.js +45 -0
  103. package/lib/Easy3wMSwitch/index.js +41 -0
  104. package/lib/Easy3wMTabBar/index.js +51 -0
  105. package/lib/Easy3wMTabs/index.js +51 -0
  106. package/lib/Easy3wMTag/index.js +41 -0
  107. package/lib/Easy3wMTextArea/index.js +41 -0
  108. package/lib/Easy3wMToast/index.js +47 -0
  109. package/lib/Easy3wMTreeSelect/index.js +41 -0
  110. package/lib/Easy3wMUserLayout/index.js +139 -0
  111. package/lib/Easy3wMUserLayout/index.less +11 -0
  112. package/lib/Easy3wMVirtualInput/index.js +41 -0
  113. package/lib/Easy3wMWaterMark/index.js +41 -0
  114. package/lib/Easy3wPositionButton/index.js +1 -1
  115. package/lib/Easy3wUpload/index.js +44 -16
  116. package/lib/Easy3wUploadB/index copy 2.js +1011 -0
  117. package/lib/Easy3wUploadB/index.js +101 -74
  118. package/lib/Easy3wUploadM/index.js +40 -14
  119. package/lib/index.js +810 -0
  120. package/package.json +2 -2
  121. package/lib/Easy3wFormPage/easy3wFormPage.less +0 -37
  122. package/lib/Easy3wPositionButton/easy3wPositionButton.less +0 -8
package/assets/index.css CHANGED
@@ -11,10 +11,6 @@
11
11
  width: 368px;
12
12
  margin: 0 auto;
13
13
  z-index: 100;
14
- background-color: #fff;
15
- border: 1px solid #0000001f;
16
- border-radius: 0.8em;
17
- padding: 20px;
18
14
  }
19
15
  .e3wLoginMain .e3wLoginTabs {
20
16
  padding: 0 2px;
@@ -95,14 +91,6 @@
95
91
  .e3wCardForm .formes {
96
92
  float: left;
97
93
  }
98
- .e3wCardForm :global .ant-card-head {
99
- padding: 0 !important;
100
- margin: 0 12px;
101
- border: none;
102
- }
103
- .e3wCardForm :global .ant-card-body {
104
- padding: 0 !important;
105
- }
106
94
  s {
107
95
  display: inline-block;
108
96
  width: 3px;
@@ -204,7 +192,7 @@ s {
204
192
  background-repeat: no-repeat;
205
193
  background-position: center;
206
194
  background-size: 100%;
207
- padding: 60px 0 0 0;
195
+ padding: 40px 0 0 0;
208
196
  position: relative;
209
197
  }
210
198
  .e3wUserLayoutTop {
@@ -262,7 +250,6 @@ s {
262
250
  width: 100%;
263
251
  height: 50px;
264
252
  z-index: 99;
265
- position: fixed;
266
253
  }
267
254
  .e3wLoginLayoutHeader {
268
255
  padding: 0 12px 0 0;
@@ -448,218 +435,15 @@ s {
448
435
  }
449
436
  }
450
437
  /*初始化部分*/
451
- /* #5867ad */
452
438
  /*流程图部分*/
453
439
  .flowmain {
454
440
  margin: auto;
455
441
  width: 100%;
456
442
  background: #fff;
457
443
  }
458
- .flowtop {
459
- width: 100%;
460
- }
461
- .flowtop .floatcenter {
462
- width: 90%;
463
- margin: 0 auto;
464
- /*
465
- 公式: 线宽 (100% / n -22px) / 2
466
- 思路:
467
- 虚拟: 将每个节点 + 左侧线宽 + 右侧线宽看成一个块,所有块组合成整体top 虚拟的每个节点块长度都相等 除了首尾节点 其它节点的宽为: 100% / n
468
- 实际:
469
- 第一个节点: 左侧填充一个线宽 + 节点 + 右侧两个线 (100% / n -22px) / 2 * 3 + 22px 节点 + 3个线宽
470
- 最后一个节点: 节点 + 右侧填充一个线宽 (100% / n -22px) / 2 + 22px 节点 + 1个线宽
471
- 其它节点: 节点 + 右侧两个线 (100% / n -22px) / 2 * 2 + 22px 节点 + 2个线宽
472
- 最终确保: 节点 + 填充 + 线 = top宽
473
- 每个节点都有属于不与其它节点公用的两个线宽的长度
474
- 构图: -o--o--o-
475
- 流程节点:
476
- 节点: 22px
477
- 线宽: (100% / n -22px) / 2
478
- */
479
- }
480
- .flowtop .floatcenter .renderTopTemp2:first-child {
481
- width: calc((100% / 2 - 22px) / 2 * 3 + 22px);
482
- padding-left: calc((100% / 2 - 22px) / 2);
483
- }
484
- .flowtop .floatcenter .renderTopTemp2 {
485
- width: calc(100% / 2);
486
- float: left;
487
- }
488
- .flowtop .floatcenter .renderTopTemp2 .flowline2 {
489
- float: left;
490
- margin-top: 15px;
491
- height: 4px;
492
- width: calc(100% - 22px);
493
- }
494
- .flowtop .floatcenter .renderTopTemp2:last-child {
495
- width: calc((100% / 2 - 22px) / 2 + 22px);
496
- padding-right: calc((100% / 2 - 22px) / 2);
497
- }
498
- .flowtop .floatcenter .renderTopTemp3:first-child {
499
- width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
500
- padding-left: calc((100% / 3 - 22px) / 2);
501
- }
502
- .flowtop .floatcenter .renderTopTemp3 {
503
- width: calc(100% / 3);
504
- float: left;
505
- }
506
- .flowtop .floatcenter .renderTopTemp3 .flowline3 {
507
- float: left;
508
- margin-top: 15px;
509
- height: 4px;
510
- width: calc(100% - 22px);
511
- }
512
- .flowtop .floatcenter .renderTopTemp3:last-child {
513
- width: calc((100% / 3 - 22px) / 2 + 22px);
514
- padding-right: calc((100% / 3 - 22px) / 2);
515
- }
516
- .flowtop .floatcenter .renderTopTemp4:first-child {
517
- width: calc((100% / 4 - 22px) / 2 * 3 + 22px);
518
- padding-left: calc((100% / 4 - 22px) / 2);
519
- }
520
- .flowtop .floatcenter .renderTopTemp4 {
521
- width: calc(100% / 4);
522
- float: left;
523
- }
524
- .flowtop .floatcenter .renderTopTemp4 .flowline4 {
525
- float: left;
526
- margin-top: 15px;
527
- height: 4px;
528
- width: calc(100% - 22px);
529
- }
530
- .flowtop .floatcenter .renderTopTemp4:last-child {
531
- width: calc((100% / 4 - 22px) / 2 + 22px);
532
- padding-right: calc((100% / 4 - 22px) / 2);
533
- }
534
- .flowtop .floatcenter .renderTopTemp5:first-child {
535
- width: calc((100% / 5 - 22px) / 2 * 3 + 22px);
536
- padding-left: calc((100% / 5 - 22px) / 2);
537
- }
538
- .flowtop .floatcenter .renderTopTemp5 {
539
- width: calc(100% / 5);
540
- float: left;
541
- }
542
- .flowtop .floatcenter .renderTopTemp5 .flowline5 {
543
- float: left;
544
- margin-top: 15px;
545
- height: 4px;
546
- width: calc(100% - 22px);
547
- }
548
- .flowtop .floatcenter .renderTopTemp5:last-child {
549
- width: calc((100% / 5 - 22px) / 2 + 22px);
550
- padding-right: calc((100% / 5 - 22px) / 2);
551
- }
552
- .flowtop .floatcenter .renderTopTemp6:first-child {
553
- width: calc((100% / 6 - 22px) / 2 * 3 + 22px);
554
- padding-left: calc((100% / 6 - 22px) / 2);
555
- }
556
- .flowtop .floatcenter .renderTopTemp6 {
557
- width: calc(100% / 6);
558
- float: left;
559
- }
560
- .flowtop .floatcenter .renderTopTemp6 .flowline6 {
561
- float: left;
562
- margin-top: 15px;
563
- height: 4px;
564
- width: calc(100% - 22px);
565
- }
566
- .flowtop .floatcenter .renderTopTemp6:last-child {
567
- width: calc((100% / 6 - 22px) / 2 + 22px);
568
- padding-right: calc((100% / 6 - 22px) / 2);
569
- }
570
- .flowtop .floatcenter .renderTopTemp7:first-child {
571
- width: calc((100% / 7 - 22px) / 2 * 3 + 22px);
572
- padding-left: calc((100% / 7 - 22px) / 2);
573
- }
574
- .flowtop .floatcenter .renderTopTemp7 {
575
- width: calc(100% / 7);
576
- float: left;
577
- }
578
- .flowtop .floatcenter .renderTopTemp7 .flowline7 {
579
- float: left;
580
- margin-top: 15px;
581
- height: 4px;
582
- width: calc(100% - 22px);
583
- }
584
- .flowtop .floatcenter .renderTopTemp7:last-child {
585
- width: calc((100% / 7 - 22px) / 2 + 22px);
586
- padding-right: calc((100% / 7 - 22px) / 2);
587
- }
588
- .flowtop .floatcenter .renderTopTemp8:first-child {
589
- width: calc((100% / 8 - 22px) / 2 * 3 + 22px);
590
- padding-left: calc((100% / 8 - 22px) / 2);
591
- }
592
- .flowtop .floatcenter .renderTopTemp8 {
593
- width: calc(100% / 8);
594
- float: left;
595
- }
596
- .flowtop .floatcenter .renderTopTemp8 .flowline8 {
597
- float: left;
598
- margin-top: 15px;
599
- height: 4px;
600
- width: calc(100% - 22px);
601
- }
602
- .flowtop .floatcenter .renderTopTemp8:last-child {
603
- width: calc((100% / 8 - 22px) / 2 + 22px);
604
- padding-right: calc((100% / 8 - 22px) / 2);
605
- }
606
- .flowtop .floatcenter .renderTopTemp9:first-child {
607
- width: calc((100% / 9 - 22px) / 2 * 3 + 22px);
608
- padding-left: calc((100% / 9 - 22px) / 2);
609
- }
610
- .flowtop .floatcenter .renderTopTemp9 {
611
- width: calc(100% / 9);
612
- float: left;
613
- }
614
- .flowtop .floatcenter .renderTopTemp9 .flowline9 {
615
- float: left;
616
- margin-top: 15px;
617
- height: 4px;
618
- width: calc(100% - 22px);
619
- }
620
- .flowtop .floatcenter .renderTopTemp9:last-child {
621
- width: calc((100% / 9 - 22px) / 2 + 22px);
622
- padding-right: calc((100% / 9 - 22px) / 2);
623
- }
624
- .flowmid {
625
- width: 100%;
626
- height: 34px;
627
- }
628
- .flowmid .floatcenter {
629
- width: 90%;
630
- margin: 0 auto;
631
- }
632
- .flowmid .floatcenter div.flowtext2 {
633
- width: calc(100% / 2);
634
- float: left;
635
- }
636
- .flowmid .floatcenter div.flowtext3 {
637
- width: calc(100% / 3);
638
- float: left;
639
- }
640
- .flowmid .floatcenter div.flowtext4 {
641
- width: calc(100% / 4);
642
- float: left;
643
- }
644
- .flowmid .floatcenter div.flowtext5 {
645
- width: calc(100% / 5);
646
- float: left;
647
- }
648
- .flowmid .floatcenter div.flowtext6 {
649
- width: calc(100% / 6);
650
- float: left;
651
- }
652
- .flowmid .floatcenter div.flowtext7 {
653
- width: calc(100% / 7);
654
- float: left;
655
- }
656
- .flowmid .floatcenter div.flowtext8 {
657
- width: calc(100% / 8);
658
- float: left;
659
- }
660
- .flowmid .floatcenter div.flowtext9 {
661
- width: calc(100% / 9);
662
- float: left;
444
+ .floatcenter {
445
+ position: relative;
446
+ left: 67%;
663
447
  }
664
448
  .floatcenter2_1 {
665
449
  position: absolute;
@@ -951,63 +735,147 @@ s {
951
735
  color: #fff;
952
736
  /*浮动区块居中,必须配合.float-center使用*/
953
737
  position: relative;
738
+ left: -50%;
954
739
  }
955
- /* 主节点活动节点样式*/
956
- .flowmain .flowcircle-active-haierblue {
740
+ /*renderTop有几个大节点时(3-9)*/
741
+ .flowmain .flowline2 {
957
742
  float: left;
958
- margin-top: 5px;
959
- width: 22px;
960
- height: 22px;
961
- line-height: 22px;
962
- text-align: center;
963
- border-radius: 50%;
964
- color: #fff;
743
+ margin-top: 15px;
744
+ width: 30.8%;
745
+ height: 4px;
965
746
  /*浮动区块居中,必须配合.float-center使用*/
966
747
  position: relative;
748
+ left: -50%;
967
749
  }
968
- .flowmain .flowcircle-active-haierblue::before {
969
- border-bottom: 2px solid #5867ad;
970
- content: '';
971
- height: 2px;
972
- width: 100%;
973
- position: absolute;
974
- bottom: -4px;
975
- right: 0;
750
+ .flowmain .flowline3 {
751
+ float: left;
752
+ margin-top: 15px;
753
+ width: 30.6%;
754
+ height: 4px;
755
+ /*浮动区块居中,必须配合.float-center使用*/
756
+ position: relative;
757
+ left: -50%;
976
758
  }
977
- .flowmain .flowcircle-active-haierorange {
759
+ .flowmain .flowline4 {
978
760
  float: left;
979
- margin-top: 5px;
980
- width: 22px;
981
- height: 22px;
982
- line-height: 22px;
983
- text-align: center;
984
- border-radius: 50%;
985
- color: #fff;
761
+ margin-top: 15px;
762
+ width: 19.8%;
763
+ height: 4px;
986
764
  /*浮动区块居中,必须配合.float-center使用*/
987
765
  position: relative;
766
+ left: -50%;
988
767
  }
989
- .flowmain .flowcircle-active-haierorange::before {
990
- border-bottom: 2px solid #ad7c59;
991
- content: '';
992
- height: 2px;
993
- width: 100%;
994
- position: absolute;
995
- bottom: -4px;
996
- right: 0;
768
+ .flowmain .flowline5 {
769
+ float: left;
770
+ margin-top: 15px;
771
+ width: 14.4%;
772
+ height: 4px;
773
+ /*浮动区块居中,必须配合.float-center使用*/
774
+ position: relative;
775
+ left: -50%;
776
+ }
777
+ .flowmain .flowline6 {
778
+ float: left;
779
+ margin-top: 15px;
780
+ width: 11.2%;
781
+ height: 4px;
782
+ /*浮动区块居中,必须配合.float-center使用*/
783
+ position: relative;
784
+ left: -50%;
785
+ }
786
+ .flowmain .flowline7 {
787
+ float: left;
788
+ margin-top: 15px;
789
+ width: 9.03%;
790
+ height: 4px;
791
+ /*浮动区块居中,必须配合.float-center使用*/
792
+ position: relative;
793
+ left: -50%;
794
+ }
795
+ .flowmain .flowline8 {
796
+ float: left;
797
+ margin-top: 15px;
798
+ width: 7.4%;
799
+ height: 4px;
800
+ /*浮动区块居中,必须配合.float-center使用*/
801
+ position: relative;
802
+ left: -50%;
803
+ }
804
+ .flowmain .flowline9 {
805
+ float: left;
806
+ margin-top: 15px;
807
+ width: 6.348%;
808
+ height: 4px;
809
+ /*浮动区块居中,必须配合.float-center使用*/
810
+ position: relative;
811
+ left: -50%;
812
+ }
813
+ .flowmid {
814
+ height: 34px;
815
+ }
816
+ /*renderMid下的有几个flowtext(3-9)*/
817
+ .flowmid .flowtext2 {
818
+ width: 32.4%;
819
+ float: left;
820
+ /*浮动区块居中,必须配合.float-center使用*/
821
+ position: relative;
822
+ left: -65.5%;
823
+ }
824
+ .flowmid .flowtext3 {
825
+ width: 32.4%;
826
+ float: left;
827
+ /*浮动区块居中,必须配合.float-center使用*/
828
+ position: relative;
829
+ left: -65.5%;
830
+ }
831
+ .flowmid .flowtext4 {
832
+ width: 21.6%;
833
+ float: left;
834
+ /*浮动区块居中,必须配合.float-center使用*/
835
+ position: relative;
836
+ left: -60%;
837
+ }
838
+ .flowmid .flowtext5 {
839
+ width: 16.2%;
840
+ float: left;
841
+ /*浮动区块居中,必须配合.float-center使用*/
842
+ position: relative;
843
+ left: -57.5%;
844
+ }
845
+ .flowmid .flowtext6 {
846
+ width: 13.1%;
847
+ float: left;
848
+ /*浮动区块居中,必须配合.float-center使用*/
849
+ position: relative;
850
+ left: -56%;
851
+ }
852
+ .flowmid .flowtext7 {
853
+ width: 10.8%;
854
+ float: left;
855
+ /*浮动区块居中,必须配合.float-center使用*/
856
+ position: relative;
857
+ left: -54.8%;
858
+ }
859
+ .flowmid .flowtext8 {
860
+ width: 9.13%;
861
+ float: left;
862
+ /*浮动区块居中,必须配合.float-center使用*/
863
+ position: relative;
864
+ left: -54%;
865
+ }
866
+ .flowmid .flowtext9 {
867
+ width: 8%;
868
+ float: left;
869
+ /*浮动区块居中,必须配合.float-center使用*/
870
+ position: relative;
871
+ left: -53%;
997
872
  }
998
- /*renderTop有几个大节点时(3-9)*/
999
873
  .flowmid .floawt1 {
1000
874
  text-align: center;
1001
875
  height: 24px;
1002
876
  line-height: 32px;
1003
877
  font-size: 14px;
1004
878
  }
1005
- .flowmid .floawt1detail {
1006
- text-align: center;
1007
- height: 24px;
1008
- line-height: 18px;
1009
- font-size: 14px;
1010
- }
1011
879
  .flowmid .floawt2 {
1012
880
  text-align: center;
1013
881
  height: 20px;
@@ -1033,7 +901,7 @@ s {
1033
901
  .flowbottom .flowdoc {
1034
902
  display: inline-block;
1035
903
  margin: 0 2px;
1036
- height: 30px;
904
+ height: 35px;
1037
905
  text-align: center;
1038
906
  /*浮动区块居中,必须配合.float-center使用*/
1039
907
  position: relative;
@@ -1261,14 +1129,12 @@ s {
1261
1129
  }
1262
1130
  .flowmain .borderblue {
1263
1131
  border: 1px solid #5867ad;
1264
- border-radius: 4px;
1265
1132
  }
1266
1133
  .flowmain .borderorange {
1267
1134
  border: 1px solid #ad7c59;
1268
1135
  }
1269
1136
  .flowmain .borderblueDashed {
1270
1137
  border: 1px dashed #5867ad;
1271
- border-radius: 4px;
1272
1138
  }
1273
1139
  .flowmain .borderorangeDashed {
1274
1140
  border: 1px dashed #ad7c59;
@@ -1281,22 +1147,20 @@ s {
1281
1147
  }
1282
1148
  .flowmain .flowbottomtextblue {
1283
1149
  text-align: center;
1284
- line-height: 30px;
1150
+ line-height: 35px;
1285
1151
  color: #5867ad;
1286
1152
  }
1287
1153
  .flowmain .flowdoc img {
1288
1154
  display: inline-block;
1289
1155
  position: absolute;
1290
- right: -1px;
1291
- bottom: -1px;
1156
+ right: 0;
1157
+ bottom: 0;
1292
1158
  z-index: 1;
1293
1159
  width: 21px;
1294
- border-bottom-right-radius: 4px;
1295
1160
  }
1296
1161
  .flowmain .flowbottomtextorange {
1297
1162
  text-align: center;
1298
- line-height: 30px;
1299
- border-radius: 4px;
1163
+ line-height: 35px;
1300
1164
  }
1301
1165
  .flowmain .flowbottomtextorange a {
1302
1166
  color: #ad7c59;
@@ -1304,9 +1168,8 @@ s {
1304
1168
  }
1305
1169
  .flowmain .flowbottomtextgrey {
1306
1170
  text-align: center;
1307
- line-height: 30px;
1171
+ line-height: 35px;
1308
1172
  color: #999999;
1309
- border-radius: 4px;
1310
1173
  }
1311
1174
  .flowmain .flowbottomtextgrey a {
1312
1175
  text-align: center;
@@ -1427,36 +1290,6 @@ s {
1427
1290
  margin-left: -75px;
1428
1291
  }
1429
1292
  /*一个节点*/
1430
- /* 流程图状态颜色 */
1431
- .common {
1432
- height: 12px;
1433
- width: 12px;
1434
- }
1435
- .planDate-style {
1436
- color: #000000;
1437
- font-weight: normal;
1438
- margin-left: 12px;
1439
- }
1440
- .planDate-style .wait-style sup {
1441
- height: 12px;
1442
- width: 12px;
1443
- background-color: #bfbfbf;
1444
- }
1445
- .planDate-style .delay-style sup {
1446
- height: 12px;
1447
- width: 12px;
1448
- background-color: #fa8c16;
1449
- }
1450
- .planDate-style .normal-style sup {
1451
- height: 12px;
1452
- width: 12px;
1453
- background-color: #52c41a;
1454
- }
1455
- .planDate-style .normal-style :global .ant-scroll-number,
1456
- .planDate-style .delay-style :global .ant-scroll-number,
1457
- .planDate-style .wait-style :global .ant-scroll-number {
1458
- transform: translate(2px, -2px);
1459
- }
1460
1293
  .scrollY .ant-table-tbody > .ant-table-row .e3wGridShortText {
1461
1294
  text-align: center;
1462
1295
  }
@@ -1481,34 +1314,6 @@ s {
1481
1314
  white-space: nowrap;
1482
1315
  text-align: center;
1483
1316
  }
1484
- .scrollX .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
1485
- .scrollX .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
1486
- .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
1487
- .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
1488
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
1489
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
1490
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
1491
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
1492
- .scrollX .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
1493
- .scrollX .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
1494
- .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
1495
- .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
1496
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
1497
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
1498
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
1499
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
1500
- padding: 5px 8px;
1501
- }
1502
- .scrollX .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
1503
- .scrollX .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
1504
- .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
1505
- .scrollX .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
1506
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
1507
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
1508
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
1509
- .scrollX .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
1510
- background: #fafafa;
1511
- }
1512
1317
  .scrollX .ant-table-tbody > .ant-table-row td {
1513
1318
  max-width: 240px;
1514
1319
  word-break: keep-all;
@@ -1536,33 +1341,12 @@ s {
1536
1341
  white-space: nowrap;
1537
1342
  overflow: hidden;
1538
1343
  }
1539
- .scrollX .ant-spin-container {
1540
- padding: 12px;
1541
- }
1542
1344
  .scrollPrint .ant-table-thead > tr > th {
1543
1345
  text-align: center;
1544
1346
  }
1545
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
1546
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
1547
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
1548
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
1549
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
1550
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
1551
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
1552
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
1553
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
1554
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
1555
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
1556
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
1557
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
1558
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
1559
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
1560
- .scrollPrint .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
1561
- padding: 5px 8px;
1562
- }
1563
1347
  .scrollPrint .ant-table-tbody > .ant-table-row td {
1564
1348
  max-width: 240px;
1565
- word-break: normal;
1349
+ word-break: keep-all;
1566
1350
  }
1567
1351
  .scrollPrint .ant-table-tbody > .ant-table-row .e3wText {
1568
1352
  text-align: left;
@@ -1580,9 +1364,6 @@ s {
1580
1364
  max-width: 240px;
1581
1365
  text-align: left;
1582
1366
  }
1583
- .scrollPrint .ant-spin-container {
1584
- padding: 12px;
1585
- }
1586
1367
  .butt {
1587
1368
  background-color: #1890ff;
1588
1369
  color: #fff;
@@ -1604,110 +1385,26 @@ s {
1604
1385
  .ant-upload-list-item .ant-upload-list-item-info {
1605
1386
  width: auto;
1606
1387
  }
1388
+ .ant-upload-list-item .ant-upload-list-item-name {
1389
+ padding-right: 24px;
1390
+ }
1607
1391
  .ant-upload-list-item .anticon-cross {
1608
1392
  right: -2px;
1609
1393
  }
1610
- .e3wFormPageNoBorder {
1611
- margin: 12px;
1612
- }
1613
- .e3wFormPageNoBorder > div > .ant-row {
1614
- padding: 3px;
1615
- }
1616
- .e3wFormPageNoBorder > div > .ant-row .ant-btn {
1617
- height: 24px;
1618
- color: #5468b2;
1619
- }
1620
- .e3wFormPageNoBorder .hasAfterBtns :global .ant-calendar-picker {
1621
- min-width: 100% !important;
1622
- }
1623
- .e3wFormPage {
1624
- border-top: 1px solid #e8e8e8;
1625
- border-left: 1px solid #e8e8e8;
1626
- border-right: 1px solid #e8e8e8;
1627
- margin: 12px;
1628
- }
1629
- .e3wFormPage > div > .ant-row {
1630
- padding: 3px;
1631
- border-bottom: 1px solid #e8e8e8;
1632
- }
1633
- .e3wFormPage > div > .ant-row .ant-btn {
1634
- height: 24px;
1635
- color: #5468b2;
1636
- }
1637
- .e3wFormPage .hasAfterBtns :global .ant-calendar-picker {
1638
- min-width: 100% !important;
1639
- }
1640
1394
  .e3wFormItem .ant-form-item {
1641
1395
  margin-bottom: 8px;
1642
1396
  }
1643
- .formContent:not(:first-child) {
1644
- padding-left: 3px;
1645
- }
1646
- .formContent :global .ant-input-group-wrapper {
1647
- vertical-align: middle;
1648
- }
1649
- .formContent :global .ant-form-item-label {
1650
- line-height: 24px;
1651
- }
1652
- .formContent :global .ant-form-item-control {
1653
- line-height: 24px;
1654
- }
1655
- .formContent :global .ant-form-item-required::before {
1656
- margin-left: -10px;
1657
- }
1658
- .formContent :global .ant-form-item-label {
1659
- padding-left: 12px;
1660
- }
1661
- .formContentAlone:not(:first-child) {
1662
- padding-left: 3px;
1663
- }
1664
- .formContentAlone:not(:first-child) {
1665
- padding-left: 3px;
1666
- }
1667
- .formContentAlone :global .ant-input-group-wrapper {
1668
- vertical-align: middle;
1669
- }
1670
- .formContentAlone :global .ant-form-item-label {
1671
- line-height: 24px;
1672
- }
1673
- .formContentAlone :global .ant-form-item-control {
1674
- line-height: 24px;
1675
- }
1676
- .formContentAlone :global .ant-form-item-required::before {
1677
- margin-left: -10px;
1678
- }
1679
- .formContentAlone :global .ant-form-item-label {
1680
- padding-left: 12px;
1681
- }
1682
- .formContentAlone :global .ant-input-number {
1683
- border-radius: 4px 0 0 4px;
1684
- }
1685
- .formContentAlone :global .ant-form-item-required::before {
1686
- margin-left: -10px;
1687
- }
1688
- .formContentAlone :global .ant-form-item-label {
1689
- padding-left: 12px;
1690
- }
1691
- .countContent:after {
1692
- content: attr(data-count);
1693
- color: rgba(0, 0, 0, 0.45);
1694
- pointer-events: none;
1695
- float: right;
1696
- white-space: nowrap;
1697
- }
1698
1397
  .e3wFootBtn {
1699
1398
  margin: 0px 8px;
1700
1399
  }
1701
- .e3wFormBtn {
1702
- margin-right: 8px;
1703
- }
1704
1400
  .positionDiv {
1705
1401
  position: absolute;
1706
- right: 12px;
1707
- top: 10px;
1402
+ right: 32px;
1403
+ top: 16px;
1708
1404
  }
1709
1405
  .e3wPositionA {
1710
1406
  font-size: 15px;
1407
+ color: #5468b2;
1711
1408
  font-weight: 900;
1712
1409
  margin-left: 15px;
1713
1410
  }