resolver-egretimp-plus 0.0.153 → 0.0.155

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.155",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -394,7 +394,7 @@ const allInitEvents = {
394
394
  }
395
395
  })
396
396
  if (updateFlag) {
397
- config?.wrapVm?.ctx?.$forceUpdate?.()
397
+ config?.wrapVm?.proxy?.$forceUpdate?.()
398
398
  }
399
399
  })
400
400
  return () => {
@@ -481,7 +481,7 @@ const allInitEvents = {
481
481
  })
482
482
  oldPorpsList.push(oldProps)
483
483
  if (updateFlag) {
484
- labelInfo?.wrapVm?.ctx?.$forceUpdate?.()
484
+ labelInfo?.wrapVm?.proxy?.$forceUpdate?.()
485
485
  }
486
486
  })
487
487
  // 有的事件在不满足条件的情况下,需要进行恢复
@@ -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