easy3wui 1.5.24-beta1 → 1.5.24-beta2
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 +4 -4
- package/assets/index.css +4 -4
- package/package.json +1 -1
package/assets/formPage.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
.e3wFormItem .ant-form-item {
|
|
14
14
|
margin-bottom: 8px;
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.inputNumberFormat {
|
|
17
17
|
display: -ms-flexbox;
|
|
18
18
|
display: flex;
|
|
19
19
|
-ms-flex-direction: row;
|
|
@@ -22,18 +22,18 @@
|
|
|
22
22
|
flex-wrap: nowrap;
|
|
23
23
|
line-height: 32px;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.inputNumberFormat .addonBtns {
|
|
26
26
|
height: 32px;
|
|
27
27
|
width: auto;
|
|
28
28
|
border-left: none;
|
|
29
29
|
border-right: 1px solid #d9d9d9;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.inputNumberFormat .inputNumberBtns .e3wFootBtn {
|
|
32
32
|
margin: 0;
|
|
33
33
|
}
|
|
34
34
|
input.ant-input-number-input {
|
|
35
35
|
text-align: right;
|
|
36
|
-
padding-right:
|
|
36
|
+
padding-right: 22px;
|
|
37
37
|
}
|
|
38
38
|
.rightText {
|
|
39
39
|
text-align: right;
|
package/assets/index.css
CHANGED
|
@@ -1394,7 +1394,7 @@ s {
|
|
|
1394
1394
|
.e3wFormItem .ant-form-item {
|
|
1395
1395
|
margin-bottom: 8px;
|
|
1396
1396
|
}
|
|
1397
|
-
.
|
|
1397
|
+
.inputNumberFormat {
|
|
1398
1398
|
display: -ms-flexbox;
|
|
1399
1399
|
display: flex;
|
|
1400
1400
|
-ms-flex-direction: row;
|
|
@@ -1403,18 +1403,18 @@ s {
|
|
|
1403
1403
|
flex-wrap: nowrap;
|
|
1404
1404
|
line-height: 32px;
|
|
1405
1405
|
}
|
|
1406
|
-
.
|
|
1406
|
+
.inputNumberFormat .addonBtns {
|
|
1407
1407
|
height: 32px;
|
|
1408
1408
|
width: auto;
|
|
1409
1409
|
border-left: none;
|
|
1410
1410
|
border-right: 1px solid #d9d9d9;
|
|
1411
1411
|
}
|
|
1412
|
-
.
|
|
1412
|
+
.inputNumberFormat .inputNumberBtns .e3wFootBtn {
|
|
1413
1413
|
margin: 0;
|
|
1414
1414
|
}
|
|
1415
1415
|
input.ant-input-number-input {
|
|
1416
1416
|
text-align: right;
|
|
1417
|
-
padding-right:
|
|
1417
|
+
padding-right: 22px;
|
|
1418
1418
|
}
|
|
1419
1419
|
.rightText {
|
|
1420
1420
|
text-align: right;
|