easy3wui 1.4.239 → 1.4.243
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 +9 -5
- package/assets/index.css +9 -5
- package/lib/Easy3wFormPage/index.js +3 -3
- package/package.json +1 -1
package/assets/formPage.css
CHANGED
|
@@ -12,8 +12,11 @@
|
|
|
12
12
|
.e3wFormPageNoBorder {
|
|
13
13
|
margin: 12px;
|
|
14
14
|
}
|
|
15
|
-
.e3wFormPageNoBorder > div {
|
|
16
|
-
|
|
15
|
+
.e3wFormPageNoBorder > div > .ant-row {
|
|
16
|
+
padding: 3px;
|
|
17
|
+
}
|
|
18
|
+
.e3wFormPageNoBorder > div > .ant-row .ant-btn {
|
|
19
|
+
height: 24px;
|
|
17
20
|
}
|
|
18
21
|
.e3wFormPage {
|
|
19
22
|
border-top: 1px solid #e8e8e8;
|
|
@@ -21,12 +24,13 @@
|
|
|
21
24
|
border-right: 1px solid #e8e8e8;
|
|
22
25
|
margin: 12px;
|
|
23
26
|
}
|
|
24
|
-
.e3wFormPage > div {
|
|
25
|
-
margin: 3px;
|
|
26
|
-
}
|
|
27
27
|
.e3wFormPage > div > .ant-row {
|
|
28
|
+
padding: 3px;
|
|
28
29
|
border-bottom: 1px solid #e8e8e8;
|
|
29
30
|
}
|
|
31
|
+
.e3wFormPage > div > .ant-row .ant-btn {
|
|
32
|
+
height: 24px;
|
|
33
|
+
}
|
|
30
34
|
.e3wFormItem .ant-form-item {
|
|
31
35
|
margin-bottom: 8px;
|
|
32
36
|
}
|
package/assets/index.css
CHANGED
|
@@ -1545,8 +1545,11 @@ s {
|
|
|
1545
1545
|
.e3wFormPageNoBorder {
|
|
1546
1546
|
margin: 12px;
|
|
1547
1547
|
}
|
|
1548
|
-
.e3wFormPageNoBorder > div {
|
|
1549
|
-
|
|
1548
|
+
.e3wFormPageNoBorder > div > .ant-row {
|
|
1549
|
+
padding: 3px;
|
|
1550
|
+
}
|
|
1551
|
+
.e3wFormPageNoBorder > div > .ant-row .ant-btn {
|
|
1552
|
+
height: 24px;
|
|
1550
1553
|
}
|
|
1551
1554
|
.e3wFormPage {
|
|
1552
1555
|
border-top: 1px solid #e8e8e8;
|
|
@@ -1554,12 +1557,13 @@ s {
|
|
|
1554
1557
|
border-right: 1px solid #e8e8e8;
|
|
1555
1558
|
margin: 12px;
|
|
1556
1559
|
}
|
|
1557
|
-
.e3wFormPage > div {
|
|
1558
|
-
margin: 3px;
|
|
1559
|
-
}
|
|
1560
1560
|
.e3wFormPage > div > .ant-row {
|
|
1561
|
+
padding: 3px;
|
|
1561
1562
|
border-bottom: 1px solid #e8e8e8;
|
|
1562
1563
|
}
|
|
1564
|
+
.e3wFormPage > div > .ant-row .ant-btn {
|
|
1565
|
+
height: 24px;
|
|
1566
|
+
}
|
|
1563
1567
|
.e3wFormItem .ant-form-item {
|
|
1564
1568
|
margin-bottom: 8px;
|
|
1565
1569
|
}
|
|
@@ -223,7 +223,7 @@ var singleItem = {
|
|
|
223
223
|
};
|
|
224
224
|
var mixSingle = {
|
|
225
225
|
labelCol: { span: 4 },
|
|
226
|
-
wrapperCol: { span:
|
|
226
|
+
wrapperCol: { span: 20 }
|
|
227
227
|
};
|
|
228
228
|
var mixSingleWithBtn = {
|
|
229
229
|
labelCol: { span: 4 },
|
|
@@ -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 },
|