easy3wui 1.5.76 → 1.5.77-beta.1
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 +1 -3
- package/assets/index.css +1 -3
- package/package.json +1 -1
package/assets/formPage.css
CHANGED
|
@@ -37,11 +37,9 @@
|
|
|
37
37
|
.e3wFormPageWrap .inputDigit .inputNumberBtns .e3wFootBtn {
|
|
38
38
|
margin: 0;
|
|
39
39
|
}
|
|
40
|
-
.ant-input-number:hover input.ant-input-number-input {
|
|
41
|
-
padding-right: 33px;
|
|
42
|
-
}
|
|
43
40
|
input.ant-input-number-input {
|
|
44
41
|
text-align: right;
|
|
42
|
+
padding-right: 21px;
|
|
45
43
|
}
|
|
46
44
|
.rightText {
|
|
47
45
|
text-align: right;
|
package/assets/index.css
CHANGED
|
@@ -2425,11 +2425,9 @@ s {
|
|
|
2425
2425
|
.e3wFormPageWrap .inputDigit .inputNumberBtns .e3wFootBtn {
|
|
2426
2426
|
margin: 0;
|
|
2427
2427
|
}
|
|
2428
|
-
.ant-input-number:hover input.ant-input-number-input {
|
|
2429
|
-
padding-right: 33px;
|
|
2430
|
-
}
|
|
2431
2428
|
input.ant-input-number-input {
|
|
2432
2429
|
text-align: right;
|
|
2430
|
+
padding-right: 21px;
|
|
2433
2431
|
}
|
|
2434
2432
|
.rightText {
|
|
2435
2433
|
text-align: right;
|