@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.
@@ -185,7 +185,9 @@
185
185
  font-size: 10px;
186
186
  font-weight: 800;
187
187
  width: 40px;
188
+ overflow: hidden;
188
189
  white-space: nowrap;
190
+ text-overflow: ellipsis;
189
191
  }
190
192
  }
191
193
  }
@@ -157,8 +157,7 @@ var Renderer = function Renderer(props) {
157
157
  }
158
158
 
159
159
  return {
160
- overflowY: 'auto',
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) {
@@ -185,7 +185,9 @@
185
185
  font-size: 10px;
186
186
  font-weight: 800;
187
187
  width: 40px;
188
+ overflow: hidden;
188
189
  white-space: nowrap;
190
+ text-overflow: ellipsis;
189
191
  }
190
192
  }
191
193
  }
@@ -157,8 +157,7 @@ var Renderer = function Renderer(props) {
157
157
  }
158
158
 
159
159
  return {
160
- overflowY: 'auto',
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "2.0.139",
4
+ "version": "2.0.140",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",
Binary file
Binary file