easy3wui 1.4.235 → 1.4.239
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
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
|
@@ -39,6 +39,12 @@
|
|
|
39
39
|
.formContent :global .ant-form-item-control {
|
|
40
40
|
line-height: 24px;
|
|
41
41
|
}
|
|
42
|
+
.formContent :global .ant-form-item-required::before {
|
|
43
|
+
margin-left: -10px;
|
|
44
|
+
}
|
|
45
|
+
.formContent :global .ant-form-item-label {
|
|
46
|
+
padding-left: 12px;
|
|
47
|
+
}
|
|
42
48
|
.formContentAlone :global .ant-input-group-wrapper {
|
|
43
49
|
vertical-align: middle;
|
|
44
50
|
}
|
|
@@ -48,9 +54,21 @@
|
|
|
48
54
|
.formContentAlone :global .ant-form-item-control {
|
|
49
55
|
line-height: 24px;
|
|
50
56
|
}
|
|
57
|
+
.formContentAlone :global .ant-form-item-required::before {
|
|
58
|
+
margin-left: -10px;
|
|
59
|
+
}
|
|
60
|
+
.formContentAlone :global .ant-form-item-label {
|
|
61
|
+
padding-left: 12px;
|
|
62
|
+
}
|
|
51
63
|
.formContentAlone :global .ant-input-number {
|
|
52
64
|
border-radius: 4px 0 0 4px;
|
|
53
65
|
}
|
|
66
|
+
.formContentAlone :global .ant-form-item-required::before {
|
|
67
|
+
margin-left: -10px;
|
|
68
|
+
}
|
|
69
|
+
.formContentAlone :global .ant-form-item-label {
|
|
70
|
+
padding-left: 12px;
|
|
71
|
+
}
|
|
54
72
|
.countContent:after {
|
|
55
73
|
content: attr(data-count);
|
|
56
74
|
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
|
}
|
|
@@ -1572,6 +1572,12 @@ s {
|
|
|
1572
1572
|
.formContent :global .ant-form-item-control {
|
|
1573
1573
|
line-height: 24px;
|
|
1574
1574
|
}
|
|
1575
|
+
.formContent :global .ant-form-item-required::before {
|
|
1576
|
+
margin-left: -10px;
|
|
1577
|
+
}
|
|
1578
|
+
.formContent :global .ant-form-item-label {
|
|
1579
|
+
padding-left: 12px;
|
|
1580
|
+
}
|
|
1575
1581
|
.formContentAlone :global .ant-input-group-wrapper {
|
|
1576
1582
|
vertical-align: middle;
|
|
1577
1583
|
}
|
|
@@ -1581,9 +1587,21 @@ s {
|
|
|
1581
1587
|
.formContentAlone :global .ant-form-item-control {
|
|
1582
1588
|
line-height: 24px;
|
|
1583
1589
|
}
|
|
1590
|
+
.formContentAlone :global .ant-form-item-required::before {
|
|
1591
|
+
margin-left: -10px;
|
|
1592
|
+
}
|
|
1593
|
+
.formContentAlone :global .ant-form-item-label {
|
|
1594
|
+
padding-left: 12px;
|
|
1595
|
+
}
|
|
1584
1596
|
.formContentAlone :global .ant-input-number {
|
|
1585
1597
|
border-radius: 4px 0 0 4px;
|
|
1586
1598
|
}
|
|
1599
|
+
.formContentAlone :global .ant-form-item-required::before {
|
|
1600
|
+
margin-left: -10px;
|
|
1601
|
+
}
|
|
1602
|
+
.formContentAlone :global .ant-form-item-label {
|
|
1603
|
+
padding-left: 12px;
|
|
1604
|
+
}
|
|
1587
1605
|
.countContent:after {
|
|
1588
1606
|
content: attr(data-count);
|
|
1589
1607
|
color: rgba(0, 0, 0, 0.45);
|
|
@@ -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
|
-
|
|
566
|
+
{ style: { marginBottom: '0px' } },
|
|
567
567
|
itemValue
|
|
568
568
|
),
|
|
569
569
|
afterBtns
|