easy3wui 1.4.240 → 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/formPage.css +5 -4
- package/assets/index.css +5 -4
- package/lib/Easy3wFormPage/index.js +2 -2
- package/package.json +1 -1
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
|
}
|
package/assets/index.css
CHANGED
|
@@ -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
|
}
|
|
@@ -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) {
|