easy3wui 1.4.237 → 1.4.241
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 +4 -4
- package/assets/formPage.css +11 -4
- package/assets/index.css +15 -8
- package/lib/Easy3wFormPage/index.js +4 -4
- package/package.json +1 -1
package/assets/flow.css
CHANGED
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
.flowbottom .flowdoc {
|
|
522
522
|
display: inline-block;
|
|
523
523
|
margin: 0 2px;
|
|
524
|
-
height:
|
|
524
|
+
height: 30px;
|
|
525
525
|
text-align: center;
|
|
526
526
|
/*浮动区块居中,必须配合.float-center使用*/
|
|
527
527
|
position: relative;
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
}
|
|
770
770
|
.flowmain .flowbottomtextblue {
|
|
771
771
|
text-align: center;
|
|
772
|
-
line-height:
|
|
772
|
+
line-height: 30px;
|
|
773
773
|
color: #5867ad;
|
|
774
774
|
}
|
|
775
775
|
.flowmain .flowdoc img {
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
}
|
|
784
784
|
.flowmain .flowbottomtextorange {
|
|
785
785
|
text-align: center;
|
|
786
|
-
line-height:
|
|
786
|
+
line-height: 30px;
|
|
787
787
|
border-radius: 4px;
|
|
788
788
|
}
|
|
789
789
|
.flowmain .flowbottomtextorange a {
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
}
|
|
793
793
|
.flowmain .flowbottomtextgrey {
|
|
794
794
|
text-align: center;
|
|
795
|
-
line-height:
|
|
795
|
+
line-height: 30px;
|
|
796
796
|
color: #999999;
|
|
797
797
|
border-radius: 4px;
|
|
798
798
|
}
|
package/assets/formPage.css
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
.e3wFormPageNoBorder {
|
|
13
13
|
margin: 12px;
|
|
14
14
|
}
|
|
15
|
-
.e3wFormPageNoBorder > div {
|
|
15
|
+
.e3wFormPageNoBorder > div > .ant-row {
|
|
16
16
|
margin: 3px;
|
|
17
17
|
}
|
|
18
18
|
.e3wFormPage {
|
|
@@ -21,12 +21,13 @@
|
|
|
21
21
|
border-right: 1px solid #e8e8e8;
|
|
22
22
|
margin: 12px;
|
|
23
23
|
}
|
|
24
|
-
.e3wFormPage > div {
|
|
25
|
-
margin: 3px;
|
|
26
|
-
}
|
|
27
24
|
.e3wFormPage > div > .ant-row {
|
|
25
|
+
margin: 3px;
|
|
28
26
|
border-bottom: 1px solid #e8e8e8;
|
|
29
27
|
}
|
|
28
|
+
.e3wFormPage > div > .ant-row .ant-btn {
|
|
29
|
+
height: 24px;
|
|
30
|
+
}
|
|
30
31
|
.e3wFormItem .ant-form-item {
|
|
31
32
|
margin-bottom: 8px;
|
|
32
33
|
}
|
|
@@ -63,6 +64,12 @@
|
|
|
63
64
|
.formContentAlone :global .ant-input-number {
|
|
64
65
|
border-radius: 4px 0 0 4px;
|
|
65
66
|
}
|
|
67
|
+
.formContentAlone :global .ant-form-item-required::before {
|
|
68
|
+
margin-left: -10px;
|
|
69
|
+
}
|
|
70
|
+
.formContentAlone :global .ant-form-item-label {
|
|
71
|
+
padding-left: 12px;
|
|
72
|
+
}
|
|
66
73
|
.countContent:after {
|
|
67
74
|
content: attr(data-count);
|
|
68
75
|
color: rgba(0, 0, 0, 0.45);
|
package/assets/index.css
CHANGED
|
@@ -966,7 +966,7 @@ s {
|
|
|
966
966
|
.flowbottom .flowdoc {
|
|
967
967
|
display: inline-block;
|
|
968
968
|
margin: 0 2px;
|
|
969
|
-
height:
|
|
969
|
+
height: 30px;
|
|
970
970
|
text-align: center;
|
|
971
971
|
/*浮动区块居中,必须配合.float-center使用*/
|
|
972
972
|
position: relative;
|
|
@@ -1214,7 +1214,7 @@ s {
|
|
|
1214
1214
|
}
|
|
1215
1215
|
.flowmain .flowbottomtextblue {
|
|
1216
1216
|
text-align: center;
|
|
1217
|
-
line-height:
|
|
1217
|
+
line-height: 30px;
|
|
1218
1218
|
color: #5867ad;
|
|
1219
1219
|
}
|
|
1220
1220
|
.flowmain .flowdoc img {
|
|
@@ -1228,7 +1228,7 @@ s {
|
|
|
1228
1228
|
}
|
|
1229
1229
|
.flowmain .flowbottomtextorange {
|
|
1230
1230
|
text-align: center;
|
|
1231
|
-
line-height:
|
|
1231
|
+
line-height: 30px;
|
|
1232
1232
|
border-radius: 4px;
|
|
1233
1233
|
}
|
|
1234
1234
|
.flowmain .flowbottomtextorange a {
|
|
@@ -1237,7 +1237,7 @@ s {
|
|
|
1237
1237
|
}
|
|
1238
1238
|
.flowmain .flowbottomtextgrey {
|
|
1239
1239
|
text-align: center;
|
|
1240
|
-
line-height:
|
|
1240
|
+
line-height: 30px;
|
|
1241
1241
|
color: #999999;
|
|
1242
1242
|
border-radius: 4px;
|
|
1243
1243
|
}
|
|
@@ -1545,7 +1545,7 @@ s {
|
|
|
1545
1545
|
.e3wFormPageNoBorder {
|
|
1546
1546
|
margin: 12px;
|
|
1547
1547
|
}
|
|
1548
|
-
.e3wFormPageNoBorder > div {
|
|
1548
|
+
.e3wFormPageNoBorder > div > .ant-row {
|
|
1549
1549
|
margin: 3px;
|
|
1550
1550
|
}
|
|
1551
1551
|
.e3wFormPage {
|
|
@@ -1554,12 +1554,13 @@ s {
|
|
|
1554
1554
|
border-right: 1px solid #e8e8e8;
|
|
1555
1555
|
margin: 12px;
|
|
1556
1556
|
}
|
|
1557
|
-
.e3wFormPage > div {
|
|
1558
|
-
margin: 3px;
|
|
1559
|
-
}
|
|
1560
1557
|
.e3wFormPage > div > .ant-row {
|
|
1558
|
+
margin: 3px;
|
|
1561
1559
|
border-bottom: 1px solid #e8e8e8;
|
|
1562
1560
|
}
|
|
1561
|
+
.e3wFormPage > div > .ant-row .ant-btn {
|
|
1562
|
+
height: 24px;
|
|
1563
|
+
}
|
|
1563
1564
|
.e3wFormItem .ant-form-item {
|
|
1564
1565
|
margin-bottom: 8px;
|
|
1565
1566
|
}
|
|
@@ -1596,6 +1597,12 @@ s {
|
|
|
1596
1597
|
.formContentAlone :global .ant-input-number {
|
|
1597
1598
|
border-radius: 4px 0 0 4px;
|
|
1598
1599
|
}
|
|
1600
|
+
.formContentAlone :global .ant-form-item-required::before {
|
|
1601
|
+
margin-left: -10px;
|
|
1602
|
+
}
|
|
1603
|
+
.formContentAlone :global .ant-form-item-label {
|
|
1604
|
+
padding-left: 12px;
|
|
1605
|
+
}
|
|
1599
1606
|
.countContent:after {
|
|
1600
1607
|
content: attr(data-count);
|
|
1601
1608
|
color: rgba(0, 0, 0, 0.45);
|
|
@@ -231,7 +231,7 @@ var mixSingleWithBtn = {
|
|
|
231
231
|
};
|
|
232
232
|
var doubleItemLeft = {
|
|
233
233
|
labelCol: { span: 8 },
|
|
234
|
-
wrapperCol: { span:
|
|
234
|
+
wrapperCol: { span: 16 }
|
|
235
235
|
};
|
|
236
236
|
var doubleItemLeftWithBtn = {
|
|
237
237
|
labelCol: { span: 8 },
|
|
@@ -239,7 +239,7 @@ var doubleItemLeftWithBtn = {
|
|
|
239
239
|
};
|
|
240
240
|
var formItemRight = {
|
|
241
241
|
labelCol: { span: 8 },
|
|
242
|
-
wrapperCol: { span:
|
|
242
|
+
wrapperCol: { span: 16 }
|
|
243
243
|
};
|
|
244
244
|
var threeItem = {
|
|
245
245
|
labelCol: { span: 9 },
|
|
@@ -830,9 +830,9 @@ var Easy3wFormPage = function (_Component) {
|
|
|
830
830
|
}
|
|
831
831
|
if (mixColFlag) {
|
|
832
832
|
if (colsLength === 1) {
|
|
833
|
-
col1Layout =
|
|
833
|
+
col1Layout = singleItem;
|
|
834
834
|
if (rowAftBtnFlag) {
|
|
835
|
-
col1Layout =
|
|
835
|
+
col1Layout = mixSingle;
|
|
836
836
|
}
|
|
837
837
|
}
|
|
838
838
|
if (colsLength === 2) {
|