easy3wui 1.4.254 → 1.4.255
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 +1 -1
- package/assets/index.css +1 -1
- package/lib/Easy3wFormPage/index.js +1 -1
- package/package.json +1 -1
package/assets/flow.css
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
.flowtop .floatcenter .renderTopTemp3:first-child {
|
|
54
54
|
width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
|
|
55
|
-
padding-left: calc(100% / 3 - 22px / 2);
|
|
55
|
+
padding-left: calc((100% / 3 - 22px) / 2);
|
|
56
56
|
}
|
|
57
57
|
.flowtop .floatcenter .renderTopTemp3 {
|
|
58
58
|
width: calc(100% / 3);
|
package/assets/index.css
CHANGED
|
@@ -497,7 +497,7 @@ s {
|
|
|
497
497
|
}
|
|
498
498
|
.flowtop .floatcenter .renderTopTemp3:first-child {
|
|
499
499
|
width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
|
|
500
|
-
padding-left: calc(100% / 3 - 22px / 2);
|
|
500
|
+
padding-left: calc((100% / 3 - 22px) / 2);
|
|
501
501
|
}
|
|
502
502
|
.flowtop .floatcenter .renderTopTemp3 {
|
|
503
503
|
width: calc(100% / 3);
|
|
@@ -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
|
-
{ style: { marginBottom: '0px', 'white-space': 'break-spaces' } },
|
|
566
|
+
{ style: { marginBottom: '0px', 'white-space': 'break-spaces', 'font-size': 'inherit', 'font-family': 'inherit' } },
|
|
567
567
|
itemValue
|
|
568
568
|
),
|
|
569
569
|
afterBtns
|