@fonixtree/magic-design 2.0.139 → 2.0.140
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/es/composite-comp/common/components/MonpayProductItem/index.less +2 -0
- package/es/core/Renderer/index.js +1 -3
- package/lib/composite-comp/common/components/MonpayProductItem/index.less +2 -0
- package/lib/core/Renderer/index.js +1 -3
- package/package.json +1 -1
- package/es/assets/fonts/.DS_Store +0 -0
- package/lib/assets/fonts/.DS_Store +0 -0
|
@@ -157,8 +157,7 @@ var Renderer = function Renderer(props) {
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
return {
|
|
160
|
-
|
|
161
|
-
overflowX: 'hidden'
|
|
160
|
+
overflow: 'hidden'
|
|
162
161
|
};
|
|
163
162
|
};
|
|
164
163
|
|
|
@@ -166,7 +165,6 @@ var Renderer = function Renderer(props) {
|
|
|
166
165
|
className: "render_wrap",
|
|
167
166
|
magic_design: "",
|
|
168
167
|
style: __assign({
|
|
169
|
-
height: '100%',
|
|
170
168
|
background: pageBackground
|
|
171
169
|
}, getRestStyle())
|
|
172
170
|
}, floors.length > 0 && floors.map(function (nodeData, moduleIndex) {
|
|
@@ -157,8 +157,7 @@ var Renderer = function Renderer(props) {
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
return {
|
|
160
|
-
|
|
161
|
-
overflowX: 'hidden'
|
|
160
|
+
overflow: 'hidden'
|
|
162
161
|
};
|
|
163
162
|
};
|
|
164
163
|
|
|
@@ -166,7 +165,6 @@ var Renderer = function Renderer(props) {
|
|
|
166
165
|
className: "render_wrap",
|
|
167
166
|
magic_design: "",
|
|
168
167
|
style: __assign({
|
|
169
|
-
height: '100%',
|
|
170
168
|
background: pageBackground
|
|
171
169
|
}, getRestStyle())
|
|
172
170
|
}, floors.length > 0 && floors.map(function (nodeData, moduleIndex) {
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|