resolver-egretimp-plus 0.0.153 → 0.0.154

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resolver-egretimp-plus",
3
- "version": "0.0.153",
3
+ "version": "0.0.154",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -540,6 +540,7 @@ function elColSpecialProsp (config) {
540
540
  style.flexBasis = 0
541
541
  style.maxWidth = 'unset'
542
542
  style.minWidth = 'unset'
543
+ style.whiteSpace = 'nowrap'
543
544
  } else {
544
545
  style.flexGrow = 0
545
546
  style.flexShrink = 0