easy3wui 1.4.251 → 1.4.255
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/assets/flow.css +10 -9
- package/assets/index.css +10 -9
- package/lib/Easy3wFlow/index.js +4 -4
- package/lib/Easy3wFormPage/index.js +1 -1
- package/package.json +1 -1
package/assets/flow.css
CHANGED
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
width: calc(100% - 22px);
|
|
48
48
|
}
|
|
49
49
|
.flowtop .floatcenter .renderTopTemp2:last-child {
|
|
50
|
-
width: calc((100% / 2 - 22px) / 2
|
|
50
|
+
width: calc((100% / 2 - 22px) / 2 + 22px);
|
|
51
51
|
padding-right: calc((100% / 2 - 22px) / 2);
|
|
52
52
|
}
|
|
53
53
|
.flowtop .floatcenter .renderTopTemp3:first-child {
|
|
54
54
|
width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
|
|
55
|
-
padding-left: calc(100% / 3 - 22px / 2);
|
|
55
|
+
padding-left: calc((100% / 3 - 22px) / 2);
|
|
56
56
|
}
|
|
57
57
|
.flowtop .floatcenter .renderTopTemp3 {
|
|
58
58
|
width: calc(100% / 3);
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
width: calc(100% - 22px);
|
|
66
66
|
}
|
|
67
67
|
.flowtop .floatcenter .renderTopTemp3:last-child {
|
|
68
|
-
width: calc((100% / 3 - 22px) / 2
|
|
68
|
+
width: calc((100% / 3 - 22px) / 2 + 22px);
|
|
69
69
|
padding-right: calc((100% / 3 - 22px) / 2);
|
|
70
70
|
}
|
|
71
71
|
.flowtop .floatcenter .renderTopTemp4:first-child {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
width: calc(100% - 22px);
|
|
84
84
|
}
|
|
85
85
|
.flowtop .floatcenter .renderTopTemp4:last-child {
|
|
86
|
-
width: calc((100% / 4 - 22px) / 2
|
|
86
|
+
width: calc((100% / 4 - 22px) / 2 + 22px);
|
|
87
87
|
padding-right: calc((100% / 4 - 22px) / 2);
|
|
88
88
|
}
|
|
89
89
|
.flowtop .floatcenter .renderTopTemp5:first-child {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
width: calc(100% - 22px);
|
|
102
102
|
}
|
|
103
103
|
.flowtop .floatcenter .renderTopTemp5:last-child {
|
|
104
|
-
width: calc((100% / 5 - 22px) / 2
|
|
104
|
+
width: calc((100% / 5 - 22px) / 2 + 22px);
|
|
105
105
|
padding-right: calc((100% / 5 - 22px) / 2);
|
|
106
106
|
}
|
|
107
107
|
.flowtop .floatcenter .renderTopTemp6:first-child {
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
width: calc(100% - 22px);
|
|
120
120
|
}
|
|
121
121
|
.flowtop .floatcenter .renderTopTemp6:last-child {
|
|
122
|
-
width: calc((100% / 6 - 22px) / 2
|
|
122
|
+
width: calc((100% / 6 - 22px) / 2 + 22px);
|
|
123
123
|
padding-right: calc((100% / 6 - 22px) / 2);
|
|
124
124
|
}
|
|
125
125
|
.flowtop .floatcenter .renderTopTemp7:first-child {
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
width: calc(100% - 22px);
|
|
138
138
|
}
|
|
139
139
|
.flowtop .floatcenter .renderTopTemp7:last-child {
|
|
140
|
-
width: calc((100% / 7 - 22px) / 2
|
|
140
|
+
width: calc((100% / 7 - 22px) / 2 + 22px);
|
|
141
141
|
padding-right: calc((100% / 7 - 22px) / 2);
|
|
142
142
|
}
|
|
143
143
|
.flowtop .floatcenter .renderTopTemp8:first-child {
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
width: calc(100% - 22px);
|
|
156
156
|
}
|
|
157
157
|
.flowtop .floatcenter .renderTopTemp8:last-child {
|
|
158
|
-
width: calc((100% / 8 - 22px) / 2
|
|
158
|
+
width: calc((100% / 8 - 22px) / 2 + 22px);
|
|
159
159
|
padding-right: calc((100% / 8 - 22px) / 2);
|
|
160
160
|
}
|
|
161
161
|
.flowtop .floatcenter .renderTopTemp9:first-child {
|
|
@@ -173,11 +173,12 @@
|
|
|
173
173
|
width: calc(100% - 22px);
|
|
174
174
|
}
|
|
175
175
|
.flowtop .floatcenter .renderTopTemp9:last-child {
|
|
176
|
-
width: calc((100% / 9 - 22px) / 2
|
|
176
|
+
width: calc((100% / 9 - 22px) / 2 + 22px);
|
|
177
177
|
padding-right: calc((100% / 9 - 22px) / 2);
|
|
178
178
|
}
|
|
179
179
|
.flowmid {
|
|
180
180
|
width: 100%;
|
|
181
|
+
height: 34px;
|
|
181
182
|
}
|
|
182
183
|
.flowmid .floatcenter {
|
|
183
184
|
width: 90%;
|
package/assets/index.css
CHANGED
|
@@ -492,12 +492,12 @@ s {
|
|
|
492
492
|
width: calc(100% - 22px);
|
|
493
493
|
}
|
|
494
494
|
.flowtop .floatcenter .renderTopTemp2:last-child {
|
|
495
|
-
width: calc((100% / 2 - 22px) / 2
|
|
495
|
+
width: calc((100% / 2 - 22px) / 2 + 22px);
|
|
496
496
|
padding-right: calc((100% / 2 - 22px) / 2);
|
|
497
497
|
}
|
|
498
498
|
.flowtop .floatcenter .renderTopTemp3:first-child {
|
|
499
499
|
width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
|
|
500
|
-
padding-left: calc(100% / 3 - 22px / 2);
|
|
500
|
+
padding-left: calc((100% / 3 - 22px) / 2);
|
|
501
501
|
}
|
|
502
502
|
.flowtop .floatcenter .renderTopTemp3 {
|
|
503
503
|
width: calc(100% / 3);
|
|
@@ -510,7 +510,7 @@ s {
|
|
|
510
510
|
width: calc(100% - 22px);
|
|
511
511
|
}
|
|
512
512
|
.flowtop .floatcenter .renderTopTemp3:last-child {
|
|
513
|
-
width: calc((100% / 3 - 22px) / 2
|
|
513
|
+
width: calc((100% / 3 - 22px) / 2 + 22px);
|
|
514
514
|
padding-right: calc((100% / 3 - 22px) / 2);
|
|
515
515
|
}
|
|
516
516
|
.flowtop .floatcenter .renderTopTemp4:first-child {
|
|
@@ -528,7 +528,7 @@ s {
|
|
|
528
528
|
width: calc(100% - 22px);
|
|
529
529
|
}
|
|
530
530
|
.flowtop .floatcenter .renderTopTemp4:last-child {
|
|
531
|
-
width: calc((100% / 4 - 22px) / 2
|
|
531
|
+
width: calc((100% / 4 - 22px) / 2 + 22px);
|
|
532
532
|
padding-right: calc((100% / 4 - 22px) / 2);
|
|
533
533
|
}
|
|
534
534
|
.flowtop .floatcenter .renderTopTemp5:first-child {
|
|
@@ -546,7 +546,7 @@ s {
|
|
|
546
546
|
width: calc(100% - 22px);
|
|
547
547
|
}
|
|
548
548
|
.flowtop .floatcenter .renderTopTemp5:last-child {
|
|
549
|
-
width: calc((100% / 5 - 22px) / 2
|
|
549
|
+
width: calc((100% / 5 - 22px) / 2 + 22px);
|
|
550
550
|
padding-right: calc((100% / 5 - 22px) / 2);
|
|
551
551
|
}
|
|
552
552
|
.flowtop .floatcenter .renderTopTemp6:first-child {
|
|
@@ -564,7 +564,7 @@ s {
|
|
|
564
564
|
width: calc(100% - 22px);
|
|
565
565
|
}
|
|
566
566
|
.flowtop .floatcenter .renderTopTemp6:last-child {
|
|
567
|
-
width: calc((100% / 6 - 22px) / 2
|
|
567
|
+
width: calc((100% / 6 - 22px) / 2 + 22px);
|
|
568
568
|
padding-right: calc((100% / 6 - 22px) / 2);
|
|
569
569
|
}
|
|
570
570
|
.flowtop .floatcenter .renderTopTemp7:first-child {
|
|
@@ -582,7 +582,7 @@ s {
|
|
|
582
582
|
width: calc(100% - 22px);
|
|
583
583
|
}
|
|
584
584
|
.flowtop .floatcenter .renderTopTemp7:last-child {
|
|
585
|
-
width: calc((100% / 7 - 22px) / 2
|
|
585
|
+
width: calc((100% / 7 - 22px) / 2 + 22px);
|
|
586
586
|
padding-right: calc((100% / 7 - 22px) / 2);
|
|
587
587
|
}
|
|
588
588
|
.flowtop .floatcenter .renderTopTemp8:first-child {
|
|
@@ -600,7 +600,7 @@ s {
|
|
|
600
600
|
width: calc(100% - 22px);
|
|
601
601
|
}
|
|
602
602
|
.flowtop .floatcenter .renderTopTemp8:last-child {
|
|
603
|
-
width: calc((100% / 8 - 22px) / 2
|
|
603
|
+
width: calc((100% / 8 - 22px) / 2 + 22px);
|
|
604
604
|
padding-right: calc((100% / 8 - 22px) / 2);
|
|
605
605
|
}
|
|
606
606
|
.flowtop .floatcenter .renderTopTemp9:first-child {
|
|
@@ -618,11 +618,12 @@ s {
|
|
|
618
618
|
width: calc(100% - 22px);
|
|
619
619
|
}
|
|
620
620
|
.flowtop .floatcenter .renderTopTemp9:last-child {
|
|
621
|
-
width: calc((100% / 9 - 22px) / 2
|
|
621
|
+
width: calc((100% / 9 - 22px) / 2 + 22px);
|
|
622
622
|
padding-right: calc((100% / 9 - 22px) / 2);
|
|
623
623
|
}
|
|
624
624
|
.flowmid {
|
|
625
625
|
width: 100%;
|
|
626
|
+
height: 34px;
|
|
626
627
|
}
|
|
627
628
|
.flowmid .floatcenter {
|
|
628
629
|
width: 90%;
|
package/lib/Easy3wFlow/index.js
CHANGED
|
@@ -87,7 +87,7 @@ var Easy3wFlow = function (_Component) {
|
|
|
87
87
|
switch (flowLength) {
|
|
88
88
|
case 2:
|
|
89
89
|
styleflowline = (0, _classnames2['default'])('flowline2');
|
|
90
|
-
styleflowtext = (0, _classnames2['default'])('
|
|
90
|
+
styleflowtext = (0, _classnames2['default'])('flowtext2');
|
|
91
91
|
break;
|
|
92
92
|
case 3:
|
|
93
93
|
styleflowline = (0, _classnames2['default'])('flowline3');
|
|
@@ -142,9 +142,9 @@ var Easy3wFlow = function (_Component) {
|
|
|
142
142
|
var renderTopTemp = flowData.map(function (flow, index) {
|
|
143
143
|
var styleflowcircle = (0, _classnames2['default'])(['flowcircle', 'haiergrey']);
|
|
144
144
|
if (flow.status === '10') {
|
|
145
|
-
styleflowcircle =
|
|
145
|
+
styleflowcircle = flowCurCode.indexOf(flow.code) > -1 ? (0, _classnames2['default'])(['flowcircle-active-haierorange', 'haierorange']) : (0, _classnames2['default'])(['flowcircle', 'haierorange']);
|
|
146
146
|
} else if (flow.status === '20' || flow.status === '30') {
|
|
147
|
-
styleflowcircle =
|
|
147
|
+
styleflowcircle = flowCurCode.indexOf(flow.code) > -1 ? (0, _classnames2['default'])(['flowcircle-active-haierblue', 'haierblue']) : (0, _classnames2['default'])(['flowcircle', 'haierblue']);
|
|
148
148
|
}
|
|
149
149
|
return _react2['default'].createElement(
|
|
150
150
|
'div',
|
|
@@ -364,7 +364,7 @@ var Easy3wFlow = function (_Component) {
|
|
|
364
364
|
return _react2['default'].createElement(
|
|
365
365
|
'div',
|
|
366
366
|
{ className: styleflowtext },
|
|
367
|
-
flow.
|
|
367
|
+
flow.showDateFlag ? detailMidTitle : defaultMidTitle
|
|
368
368
|
);
|
|
369
369
|
});
|
|
370
370
|
|
|
@@ -563,7 +563,7 @@ var Easy3wFormPage = function (_Component) {
|
|
|
563
563
|
})(_react2['default'].createElement(_input2['default'], { type: 'hidden', size: 'small' })),
|
|
564
564
|
_react2['default'].createElement(
|
|
565
565
|
'pre',
|
|
566
|
-
{ style: { marginBottom: '0px', 'white-space': 'break-spaces' } },
|
|
566
|
+
{ style: { marginBottom: '0px', 'white-space': 'break-spaces', 'font-size': 'inherit', 'font-family': 'inherit' } },
|
|
567
567
|
itemValue
|
|
568
568
|
),
|
|
569
569
|
afterBtns
|